/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
H A D | p7.cpp | 10 inline namespace IL {} // expected-note {{previous definition}} namespace 11 namespace IL {} // expected-warning{{inline namespace reopened as a non-inline namespace}} namespace
|
H A D | p8.cpp | 43 inline namespace IL { namespace
|
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
H A D | CallbacksLeaf.cpp | 17 bool TraverseIntegerLiteral(IntegerLiteral *IL) { in TEST() 87 bool TraverseIntegerLiteral(IntegerLiteral *IL) { in TEST() 106 bool WalkUpFromIntegerLiteral(IntegerLiteral *IL) { in TEST() 210 bool WalkUpFromIntegerLiteral(IntegerLiteral *IL) { in TEST()
|
H A D | IntegerLiteral.cpp | 19 Match("literal", IL->getLocation()); in VisitIntegerLiteral() argument
|
H A D | BitfieldInitializer.cpp | 20 Match(std::to_string(IL->getValue().getSExtValue()), IL->getLocation()); in VisitIntegerLiteral() argument
|
H A D | CallbacksCommon.h | 41 if (IntegerLiteral *IL = dyn_cast<IntegerLiteral>(S)) { in stmtToString() local
|
/llvm-project/clang/test/ASTMerge/std-initializer-list/Inputs/ |
H A D | il.cpp | 9 std::initializer_list<int> IL = {1, 2, 3, 4}; variable
|
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/ |
H A D | in_place_type.pass.cpp | 135 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef 152 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef
|
/llvm-project/libcxx/test/std/containers/unord/unord.set/ |
H A D | iterator.operators.addressof.compile.pass.cpp | 41 using IL = std::unordered_set<operator_hijacker>::local_iterator; in test() typedef
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/ |
H A D | iterator.operators.addressof.compile.pass.cpp | 43 using IL = std::unordered_map<operator_hijacker, operator_hijacker>::local_iterator; in test() typedef
|
/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-server.cpp | 53 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | LoopNestTest.cpp | 102 const Loop *IL = LN.getInnermostLoop(); in TEST() local 200 const Loop *IL = LN.getInnermostLoop(); in TEST() local 284 const Loop *IL = LN.getInnermostLoop(); in TEST() local
|
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/ |
H A D | in_place_type_init_list_args.pass.cpp | 40 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef
|
H A D | in_place_index_init_list_args.pass.cpp | 40 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringSyntaxChecker.cpp | 67 if (const auto *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local 181 if (const auto *IL = dyn_cast<IntegerLiteral>(LenArg->IgnoreParenImpCasts())) { in containsBadStrlcpyStrlcatPattern() local
|
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/ |
H A D | emplace_index_init_list_args.pass.cpp | 56 using IL = std::initializer_list<int>; in test_emplace_sfinae() typedef
|
H A D | emplace_type_init_list_args.pass.cpp | 56 using IL = std::initializer_list<int>; in test_emplace_sfinae() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-equals-default-copy.cpp | 22 struct IL { struct 23 IL(const IL &Other) : Field(Other.Field) {} in IL() argument 26 IL &operator=(const IL &Other) { in operator =() argument 44 IL Field; argument
|
H A D | use-equals-default.cpp | 18 class IL { class 20 IL() {} ; // Note embedded tab on this line in IL() function in IL
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 76 IntrinsicLowering *IL; variable
|
/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/ |
H A D | loop_proto_to_cxx.cpp | 127 InnerLoop IL; in NestedLoopToString() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 428 insert(std::initializer_list<PtrType> IL) insert() argument 513 SmallPtrSet(std::initializer_list<PtrType> IL) SmallPtrSet() argument
|
H A D | TinyPtrVector.h | 113 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector() argument
|
/llvm-project/clang/tools/clang-fuzzer/proto-to-llvm/ |
H A D | loop_proto_to_llvm.cpp | 155 InnerLoop IL; in NestedLoopToString() local
|