Home
last modified time | relevance | path

Searched refs:expectLocation (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/preprocessor_tests/
Dlocation_test.cpp18 void expectLocation(int count, in expectLocation() function in angle::LocationTest
41 expectLocation(1, &str, nullptr, loc); in TEST_F()
50 expectLocation(1, &str, nullptr, loc); in TEST_F()
59 expectLocation(2, str, nullptr, loc); in TEST_F()
68 expectLocation(2, str, nullptr, loc); in TEST_F()
77 expectLocation(1, &str, nullptr, loc); in TEST_F()
101 expectLocation(2, str, nullptr, loc); in TEST_F()
110 expectLocation(3, str, nullptr, loc); in TEST_F()
175 expectLocation(1, &str, nullptr, loc); in TEST_F()
186 expectLocation(1, &str, nullptr, loc); in TEST_F()
[all …]
/external/clang/unittests/AST/
DSourceLocationTest.cpp33 Verifier.expectLocation(1, 1); in TEST()
39 Verifier.expectLocation(1, 1); in TEST()
45 Verifier.expectLocation(1, 1); in TEST()
51 Verifier.expectLocation(1, 1); in TEST()
82 Verifier.expectLocation(1, 8); in TEST()
312 Verifier.expectLocation(2, 13); in TEST()
330 Verifier.expectLocation(2, 12); in TEST()
348 Verifier.expectLocation(2, 8); in TEST()
366 Verifier.expectLocation(3, 8); in TEST()
386 Verifier.expectLocation(3, 8); in TEST()
[all …]
DMatchVerifier.h182 void expectLocation(unsigned Line, unsigned Column) { in expectLocation() function
/external/llvm-project/clang/unittests/AST/
DSourceLocationTest.cpp35 Verifier.expectLocation(1, 1); in TEST()
41 Verifier.expectLocation(1, 1); in TEST()
47 Verifier.expectLocation(1, 1); in TEST()
53 Verifier.expectLocation(1, 1); in TEST()
137 Verifier.expectLocation(1, 8); in TEST()
457 Verifier.expectLocation(2, 13); in TEST()
475 Verifier.expectLocation(2, 12); in TEST()
493 Verifier.expectLocation(2, 8); in TEST()
511 Verifier.expectLocation(3, 8); in TEST()
531 Verifier.expectLocation(3, 8); in TEST()
[all …]
DMatchVerifier.h185 void expectLocation(unsigned Line, unsigned Column) { in expectLocation() function
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp923 bool expectLocation; in validateSingleVariable() local
930 expectLocation = false; in validateSingleVariable()
935 expectLocation = false; in validateSingleVariable()
940 expectLocation = false; in validateSingleVariable()
945 expectLocation = false; in validateSingleVariable()
950 expectLocation = true; in validateSingleVariable()
953 if (!expectLocation) in validateSingleVariable()