Searched refs:expectLocation (Results 1 – 3 of 3) sorted by relevance
/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 33 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 …]
|
D | MatchVerifier.h | 182 void expectLocation(unsigned Line, unsigned Column) { in expectLocation() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 922 bool expectLocation; in validateSingleVariable() local 929 expectLocation = false; in validateSingleVariable() 934 expectLocation = false; in validateSingleVariable() 939 expectLocation = false; in validateSingleVariable() 944 expectLocation = false; in validateSingleVariable() 949 expectLocation = true; in validateSingleVariable() 952 if (!expectLocation) in validateSingleVariable()
|