Searched +full:0 +full:x1ab (Results 1 – 2 of 2) sorted by relevance
3 magic: 0xFEEDFACF4 cputype: 0x10000075 cpusubtype: 0x36 filetype: 0x69 flags: 0x11008510 reserved: 0x015 vmaddr: 017 fileoff: 022 flags: 026 addr: 0x1B30[all …]
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.398 "struct A { static const int n = 0; };\n" in TEST_P() 473 // "void *operator new(size_t size) { return 0; } "495 "return (0 + ... + args); }", in TEST_P() 681 EXPECT_TRUE(matches("void f();", functionDecl(parameterCountIs(0)))); in TEST_P() 711 EXPECT_TRUE(matches("void f(...);", functionDecl(parameterCountIs(0)))); in TEST_P() 803 EXPECT_TRUE(matches("class X { public: X(int); }; void x() { X x = 0; }", in TEST_P() 912 matches("class X { public: X(int); }; void x() { new X(0); }", New)); in TEST_P() 933 EXPECT_TRUE(notMatches("void foo() noexcept(0+1);", NoExcept)); in TEST_P() 942 EXPECT_TRUE(matches("void x(int, int = 0) { in in TEST_P() [all...]