Home
last modified time | relevance | path

Searched defs:IL (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp7.cpp10 inline namespace IL {} // expected-note {{previous definition}} namespace
11 namespace IL {} // expected-warning{{inline namespace reopened as a non-inline namespace}} namespace
H A Dp8.cpp43 inline namespace IL { namespace
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksLeaf.cpp17 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 DIntegerLiteral.cpp19 Match("literal", IL->getLocation()); in VisitIntegerLiteral() argument
H A DBitfieldInitializer.cpp20 Match(std::to_string(IL->getValue().getSExtValue()), IL->getLocation()); in VisitIntegerLiteral() argument
H A DCallbacksCommon.h41 if (IntegerLiteral *IL = dyn_cast<IntegerLiteral>(S)) { in stmtToString() local
/llvm-project/clang/test/ASTMerge/std-initializer-list/Inputs/
H A Dil.cpp9 std::initializer_list<int> IL = {1, 2, 3, 4}; variable
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Din_place_type.pass.cpp135 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 Diterator.operators.addressof.compile.pass.cpp41 using IL = std::unordered_set<operator_hijacker>::local_iterator; in test() typedef
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Diterator.operators.addressof.compile.pass.cpp43 using IL = std::unordered_map<operator_hijacker, operator_hijacker>::local_iterator; in test() typedef
/llvm-project/lldb/tools/lldb-server/
H A Dlldb-server.cpp53 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/llvm-project/llvm/unittests/Analysis/
H A DLoopNestTest.cpp102 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 Din_place_type_init_list_args.pass.cpp40 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef
H A Din_place_index_init_list_args.pass.cpp40 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp67 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 Demplace_index_init_list_args.pass.cpp56 using IL = std::initializer_list<int>; in test_emplace_sfinae() typedef
H A Demplace_type_init_list_args.pass.cpp56 using IL = std::initializer_list<int>; in test_emplace_sfinae() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp22 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 Duse-equals-default.cpp18 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 DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h76 IntrinsicLowering *IL; variable
/llvm-project/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp127 InnerLoop IL; in NestedLoopToString() local
/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h428 insert(std::initializer_list<PtrType> IL) insert() argument
513 SmallPtrSet(std::initializer_list<PtrType> IL) SmallPtrSet() argument
H A DTinyPtrVector.h113 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector() argument
/llvm-project/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp155 InnerLoop IL; in NestedLoopToString() local

123