/llvm-project/llvm/test/MC/RISCV/ |
H A D | fixups-expr.s | 18 .globl G2 symbol 24 G2: label
|
/llvm-project/llvm/unittests/ExecutionEngine/ |
H A D | ExecutionEngineTest.cpp | 65 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global1"); in TEST_F() local 87 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2"); in TEST_F() local 113 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2"); in TEST_F() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | declare_target_only_one_side_compilation.cpp | 18 static int G2; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/ |
H A D | statically-constructed-objects.cpp | 38 static ClassWithCtor G2(0); variable 90 static ClassWithCtor G2(0); in f() local
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
H A D | sema.cpp | 160 struct G2 { int i; }; argument
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | desig-init.cpp | 38 Foo G2{.b{.t = 0}}; in foo() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | static-cast.cpp | 10 struct G2 : public B {}; struct
|
H A D | cstyle-cast.cpp | 53 struct G2 : public B {}; struct
|
H A D | functional-cast.cpp | 86 struct G2 : public B {}; struct
|
H A D | deduced-return-type-cxx14.cpp | 523 auto (*G2(T t))(T) -> auto* { return &F<T>; } in G2() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 278 NodeInfo *G2 = find(&NodeInfoMap[Edge->Target]); in unionGroups() local
|
/llvm-project/clang/test/Sema/ |
H A D | warn-duplicate-enum.c | 44 G2, enumerator
|
/llvm-project/clang/test/AST/Interp/ |
H A D | spaceship.cpp |
|
/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/ |
H A D | p1.cpp | 72 struct G2 { struct
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayerTest.cpp | 238 auto G2 = std::make_unique<LinkGraph>("G2", Triple("x86_64-apple-darwin"), TEST_F() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 453 llvm::sort(GV, [](const Chain *G1, const Chain *G2) { in colorChainSet()
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | LazyCallGraphTest.cpp | 2864 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST() local 2920 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST() local 2990 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(), TEST() local [all...] |
H A D | CGSCCPassManagerTest.cpp | 1820 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(), in TEST_F() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 298 Constant *G2 = new GlobalVariable(*M, IntTy, false, TEST() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | loop-convert-extra.cpp | 928 auto G2 = [=]() { in implicitCapture() local
|