Searched refs:CHECK2 (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Index/ |
D | annotate-macro-args.m | 3 …notate-macro-args.h:15:1:16:1 %s -include annotate-macro-args.h | FileCheck -check-prefix=CHECK2 %s 8 …okens=%S/annotate-macro-args.h:15:1:16:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK2 %s 18 // CHECK2: Identifier: "INVOKE" [15:3 - 15:9] macro expansion=INVOKE:12:9 19 // CHECK2: Punctuation: "(" [15:9 - 15:10] 20 // CHECK2: Identifier: "meth" [15:10 - 15:14] ObjCMessageExpr=meth:2:8 21 // CHECK2: Punctuation: "," [15:14 - 15:15] 22 // CHECK2: Identifier: "MyClass" [15:16 - 15:23] ObjCClassRef=MyClass:1:12 23 // CHECK2: Punctuation: ")" [15:23 - 15:24]
|
/external/stlport/test/unit/ |
D | num_put_get_test.cpp | 1230 #define CHECK2(val, expected) \ macro 1240 CHECK2(1, "+1"); in custom_numpunct() 1241 CHECK2(10, "+1,0"); in custom_numpunct() 1242 CHECK2(100, "+10,0"); in custom_numpunct() 1243 CHECK2(1000, "+1,00,0"); in custom_numpunct() 1245 CHECK2(1.234, "+1.234"); in custom_numpunct() 1246 CHECK2(123.456, "+12,3.456"); in custom_numpunct() 1247 CHECK2(1234.567, "+1,23,4.567"); in custom_numpunct() 1248 CHECK2(12345.678, "+12,34,5.678"); in custom_numpunct() 1249 CHECK2(123456.789, "+123,45,6.789"); in custom_numpunct() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 367 template <typename CHECK1, typename CHECK2=check::_VoidCheck, 392 template <typename CHECK1, typename CHECK2, typename CHECK3, typename CHECK4, 399 public Checker<CHECK2, CHECK3, CHECK4, CHECK5, CHECK6, CHECK7, CHECK8, 406 Checker<CHECK2, CHECK3, CHECK4, CHECK5, CHECK6, CHECK7, CHECK8, in _register()
|
/external/clang/test/Sema/ |
D | type-spec-struct-union.c | 56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD enumerator
|
/external/grub/stage2/ |
D | iso9660.h | 201 #define CHECK2(ptr, c1, c2) \ macro
|
D | fsys_iso9660.c | 188 if (name_len > 2 && CHECK2(name + name_len - 2, ';', '1')) in iso9660_dir()
|