Home
last modified time | relevance | path

Searched +full:0 +full:x1ab (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/
H A Dmixed-swift-objc.yaml3 magic: 0xFEEDFACF
4 cputype: 0x1000007
5 cpusubtype: 0x3
6 filetype: 0x6
9 flags: 0x110085
10 reserved: 0x0
15 vmaddr: 0
17 fileoff: 0
22 flags: 0
26 addr: 0x1B30
[all …]
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp3 // 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...]