Home
last modified time | relevance | path

Searched refs:Foo1 (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-decl-nested.cpp37 class Foo1;
47 void Bar(const Foo1 *);
54 void OuterClass1::Bar(const Foo1 *meta) { } in Bar()
Dcode-seg1.cpp15 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/
Ddebug-info-decl-nested.cpp37 class Foo1;
47 void Bar(const Foo1 *);
54 void OuterClass1::Bar(const Foo1 *meta) { } in Bar()
/external/llvm-project/clang/test/SemaCXX/
Dconditional-expr.cpp258 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/
Dconditional-expr.cpp257 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/
Dcoverage-caller-callee-total-count.cc14 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/
Dannotate-comments-typedef.m42 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/
Dbitcast-address-space-through-gep-2.ll8 %struct.Foo1 = type { i32 addrspace(1)* }
14 global %struct.Foo1 { i32 addrspace(1)* bitcast
/external/llvm/test/Verifier/
Dbitcast-address-space-through-gep-2.ll8 %struct.Foo1 = type { i32 addrspace(1)* }
14 global %struct.Foo1 { i32 addrspace(1)* bitcast
/external/clang/test/Index/
Dannotate-comments-typedef.m42 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/
Dstress_test_metafunctions.sh.cpp50 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/
Dreadability-qualified-auto.rst64 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/
Dcoverage-caller-callee.cc28 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/
Drewrite-modern-ivars-2.mm84 @interface Foo1 { interface
90 @implementation Foo1 implementation
/external/llvm-project/clang/test/Rewriter/
Drewrite-modern-ivars-2.mm84 @interface Foo1 { interface
90 @implementation Foo1 implementation
/external/llvm-project/clang/test/clang-rename/
DClassTestMultiByName.cpp1 class Foo1 { // CHECK: class Bar1 class
DYAMLInput.cpp1 class Foo1 { // CHECK: class Bar1 class
DClassTestMulti.cpp1 class Foo1 /* Offset 1 */ { // CHECK: class Bar1 /* Offset 1 */ { class
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp767 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/
DMCJITTest.cpp245 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/
DMCJITTest.cpp255 Function *Foo1 = in TEST_F() local
260 CallInst *Call1 = Builder.CreateCall(Foo1, {}); in TEST_F()
/external/python/cpython3/Doc/includes/
Dmp_newtype.py57 f1 = manager.Foo1()
/external/python/cpython2/Doc/includes/
Dmp_newtype.py67 f1 = manager.Foo1()
/external/libxml2/result/HTML/
Dcf_128.html.sax30 Foo1
/external/llvm-project/clang/test/Misc/
Ddiag-template-diffing.cpp628 template <unsigned N> class Foo1 {}; class
633 Foo1<1> F1; in Play1()
634 Foo1<2> F2, F3; in Play1()

12