/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-decl-nested.cpp | 37 class Foo1; 47 void Bar(const Foo1 *); 54 void OuterClass1::Bar(const Foo1 *meta) { } in Bar()
|
D | code-seg1.cpp | 15 struct __declspec(code_seg("foo_outer")) Foo1 { struct 21 void Foo1::Inner::bar1() {} in bar1() argument 22 void Foo1::Inner::bar2() {} in bar2()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-decl-nested.cpp | 37 class Foo1; 47 void Bar(const Foo1 *); 54 void OuterClass1::Bar(const Foo1 *meta) { } in Bar()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | conditional-expr.cpp | 258 struct Foo1 { struct 259 Foo1(); 260 Foo1(const Foo1&); 271 operator const Foo1&() const; 277 (void)(true ? Bar() : Foo1()); // okay in f()
|
/external/clang/test/SemaCXX/ |
D | conditional-expr.cpp | 257 struct Foo1 { struct 258 Foo1(); 259 Foo1(const Foo1&); 270 operator const Foo1&() const; 276 (void)(true ? Bar() : Foo1()); // okay in f()
|
/external/compiler-rt/test/asan/TestCases/ |
D | coverage-caller-callee-total-count.cc | 14 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument 17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
|
/external/llvm-project/clang/test/Index/ |
D | annotate-comments-typedef.m | 42 struct Foo1 { struct 46 typedef struct Foo1 Foo1T; argument 47 // FIXME: we don't attach this comment to 'struct Foo1' 48 …SR>c:annotate-comments-typedef.m@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration>…
|
/external/llvm-project/llvm/test/Verifier/ |
D | bitcast-address-space-through-gep-2.ll | 8 %struct.Foo1 = type { i32 addrspace(1)* } 14 global %struct.Foo1 { i32 addrspace(1)* bitcast
|
/external/llvm/test/Verifier/ |
D | bitcast-address-space-through-gep-2.ll | 8 %struct.Foo1 = type { i32 addrspace(1)* } 14 global %struct.Foo1 { i32 addrspace(1)* bitcast
|
/external/clang/test/Index/ |
D | annotate-comments-typedef.m | 42 struct Foo1 { struct 46 typedef struct Foo1 Foo1T; argument 47 // FIXME: we don't attach this comment to 'struct Foo1' 48 …SR>c:annotate-comments-typedef.m@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration>…
|
/external/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/ |
D | stress_test_metafunctions.sh.cpp | 50 void Foo1(TEST_AND < REPEAT_1000(TRUE_T) true_type > t1) { sink(&t1); } in Foo1() function 59 sink(&Foo1); in escape()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-qualified-auto.rst | 64 auto Foo1 = cast<const int *>(Bar1); 72 const auto *Foo1 = cast<const int *>(Bar1); 80 const auto *Foo1 = cast<const int *>(Bar1);
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-caller-callee.cc | 28 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() struct 49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-ivars-2.mm | 84 @interface Foo1 { interface 90 @implementation Foo1 implementation
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-modern-ivars-2.mm | 84 @interface Foo1 { interface 90 @implementation Foo1 implementation
|
/external/llvm-project/clang/test/clang-rename/ |
D | ClassTestMultiByName.cpp | 1 class Foo1 { // CHECK: class Bar1 class
|
D | YAMLInput.cpp | 1 class Foo1 { // CHECK: class Bar1 class
|
D | ClassTestMulti.cpp | 1 class Foo1 /* Offset 1 */ { // CHECK: class Bar1 /* Offset 1 */ { class
|
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | TokensTest.cpp | 767 llvm::ArrayRef<syntax::Token> Foo1 = findSpelled("FOO 1"); in TEST_F() local 769 Buffer.expansionStartingAt(Foo1.data()), in TEST_F() 770 ValueIs(IsExpansion(SameRange(Foo1.drop_back()), in TEST_F() 773 Buffer.expansionsOverlapping(Foo1), in TEST_F() 774 ElementsAre(IsExpansion(SameRange(Foo1.drop_back()), in TEST_F() 783 llvm::makeArrayRef(Foo1.begin(), Foo2.end())), in TEST_F() 784 ElementsAre(IsExpansion(SameRange(Foo1.drop_back()), _), in TEST_F()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 245 Function *Foo1 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), in TEST_F() local 250 CallInst *Call1 = Builder.CreateCall(Foo1, {}); in TEST_F()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 255 Function *Foo1 = in TEST_F() local 260 CallInst *Call1 = Builder.CreateCall(Foo1, {}); in TEST_F()
|
/external/python/cpython3/Doc/includes/ |
D | mp_newtype.py | 57 f1 = manager.Foo1()
|
/external/python/cpython2/Doc/includes/ |
D | mp_newtype.py | 67 f1 = manager.Foo1()
|
/external/libxml2/result/HTML/ |
D | cf_128.html.sax | 30 Foo1
|
/external/llvm-project/clang/test/Misc/ |
D | diag-template-diffing.cpp | 628 template <unsigned N> class Foo1 {}; class 633 Foo1<1> F1; in Play1() 634 Foo1<2> F2, F3; in Play1()
|