Home
last modified time | relevance | path

Searched refs:IL (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h134 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
135 if (!IL.isValid() || !SM.isInMainFile(IL)) in isInCodeFile()
139 if (SM.getFilename(IL).contains("UnifiedSource")) { in isInCodeFile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp67 if (const auto *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
68 return (IL->getValue().isIntN(1)); in isOne()
181 if (const auto *IL = dyn_cast<IntegerLiteral>(LenArg->IgnoreParenImpCasts())) { in containsBadStrlcpyStrlcatPattern() local
182 uint64_t ILRawVal = IL->getValue().getZExtValue(); in containsBadStrlcpyStrlcatPattern()
192 if ((IL = dyn_cast<IntegerLiteral>(BE->getRHS()->IgnoreParenImpCasts()))) { in containsBadStrlcpyStrlcatPattern()
193 DstOff = IL->getValue().getZExtValue(); in containsBadStrlcpyStrlcatPattern()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h474 void insert(std::initializer_list<PtrType> IL) { in insert() argument
475 insert(IL.begin(), IL.end()); in insert()
568 SmallPtrSet(std::initializer_list<PtrType> IL) in SmallPtrSet() argument
570 this->insert(IL.begin(), IL.end()); in SmallPtrSet()
589 operator=(std::initializer_list<PtrType> IL) {
591 this->insert(IL.begin(), IL.end());
H A DTinyPtrVector.h113 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector() argument
114 : Val(IL.size() == 0 in TinyPtrVector()
116 : IL.size() == 1 ? PtrUnion(*IL.begin()) in TinyPtrVector()
117 : PtrUnion(new VecTy(IL.begin(), IL.end()))) {} in TinyPtrVector()
H A DSmallVector.h699 void append(std::initializer_list<T> IL) { in append() argument
700 append(IL.begin(), IL.end()); in append()
731 void assign(std::initializer_list<T> IL) { in assign() argument
733 append(IL); in assign()
934 void insert(iterator I, std::initializer_list<T> IL) { in insert() argument
935 insert(I, IL.begin(), IL.end()); in insert()
1227 SmallVector(std::initializer_list<T> IL) : SmallVectorImpl<T>(N) {
1228 this->append(IL);
1280 SmallVector &operator=(std::initializer_list<T> IL) {
1281 this->assign(IL);
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h62 InitLink IL{K_Field}; in Field()
63 IL.Offset = Offset; in Field()
64 return IL; in Field()
67 InitLink IL{K_Temp}; in Temp()
68 IL.Offset = Offset; in Temp()
69 return IL; in Temp()
72 InitLink IL{K_Decl}; in Decl()
73 IL.D = D; in Decl()
74 return IL; in Decl()
77 InitLink IL{K_Elem}; in Elem()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp63 IL = new IntrinsicLowering(getDataLayout()); in Interpreter()
67 delete IL; in ~Interpreter()
H A DInterpreter.h76 IntrinsicLowering *IL; variable
/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.c194 MSV1_0_INTERACTIVE_LOGON *IL; in NPLogonNotify() local
256 IL = (MSV1_0_INTERACTIVE_LOGON *) lpAuthentInfo; in NPLogonNotify()
261 if (!UnicodeStringToANSI(IL->UserName, uname, MAX_USERNAME_LENGTH) || in NPLogonNotify()
262 !UnicodeStringToANSI(IL->Password, password, MAX_PASSWORD_LENGTH) || in NPLogonNotify()
263 !UnicodeStringToANSI(IL->LogonDomainName, logonDomain, MAX_DOMAIN_LENGTH)) in NPLogonNotify()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp350 Dir->setIsLastIterVariable(Exprs.IL); in Create()
526 Dir->setIsLastIterVariable(Exprs.IL); in Create()
673 Dir->setIsLastIterVariable(Exprs.IL); in Create()
718 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1067 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1171 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1216 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1259 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1304 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1349 Dir->setIsLastIterVariable(Exprs.IL); in Create()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h231 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, std::optional<uint64_t> O,
233 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h224 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) { in move_range_right() local
/freebsd/crypto/openssl/test/certs/
H A Dca-key2.pem5 H0/7DehJ6ugIabapyf3mFV/RLi0w8FeeSqbW+IL/SULOr9NWhB8yfShpStsyqUvQ
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-server.cpp53 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h80 Embedding(std::initializer_list<double> IL) : Data(IL) {} in Embedding()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp623 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
625 auto ExpF = getFileName(Strings, Checksums, IL.Header->FileID); in fromCodeViewSubsection()
629 Site.Inlinee = IL.Header->Inlinee.getIndex(); in fromCodeViewSubsection()
630 Site.SourceLineNum = IL.Header->SourceLineNum; in fromCodeViewSubsection()
632 for (const auto EF : IL.ExtraFiles) { in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h949 Address IL = Address::invalid();
962 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL,
965 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize()
1037 Address IL, Address LB,
1908 unsigned IVSize, bool IVSigned, Address IL,
H A DCGStmtOpenMP.cpp3021 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, in EmitOMPOuterLoop()
3185 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB, in EmitOMPForOuterLoop()
3202 LoopArgs.IL, LoopArgs.Chunk, LoopArgs.EUB); in EmitOMPForOuterLoop()
3237 IVSize, IVSigned, /* Ordered = */ false, LoopArgs.IL, LoopArgs.LB, in EmitOMPDistributeOuterLoop()
3256 OuterLoopArgs.IL = LoopArgs.IL; in EmitOMPDistributeOuterLoop()
3511 LValue IL = in EmitOMPWorksharingLoop() local
3596 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk, in EmitOMPWorksharingLoop()
3605 IVSize, IVSigned, Ordered, IL.getAddress(), LB.getAddress(), in EmitOMPWorksharingLoop()
3649 ST.getAddress(), IL.getAddress(), Chunk, in EmitOMPWorksharingLoop()
3656 EmitOMPSimdFinal(S, [IL, &S](CodeGenFunction &CGF) { in EmitOMPWorksharingLoop()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h316 SourceLocation IL)
317 : Filename(FN), ID(FID), Line(Ln), Col(Co), IncludeLoc(IL) {}
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h142 IL : 1, // Illegal state bit member
/freebsd/lib/libc/net/
H A Dprotocols46 il 40 IL # IL Transport Protocol
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp124 static std::string makePath(const std::initializer_list<std::string> &IL) { in makePath() argument
126 for (const auto &S : IL) in makePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp143 IntrinsicLowering IL(M->getDataLayout()); in lowerIntrinsicToFunction() local
144 IL.LowerIntrinsicCall(BSwap); in lowerIntrinsicToFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp407 const auto *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreCapabilityObjs() local
408 if(FD && IL) { in checkAttrArgsAreCapabilityObjs()
410 llvm::APInt ArgValue = IL->getValue(); in checkAttrArgsAreCapabilityObjs()
976 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleConsumableAttr() local
978 IL->getIdentifierInfo()->getName(), DefaultState)) { in handleConsumableAttr()
979 S.Diag(IL->getLoc(), diag::warn_attribute_type_not_supported) in handleConsumableAttr()
980 << AL << IL->getIdentifierInfo(); in handleConsumableAttr()
1080 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleReturnTypestateAttr() local
1082 IL->getIdentifierInfo()->getName(), ReturnState)) { in handleReturnTypestateAttr()
1083 S.Diag(IL->getLoc(), diag::warn_attribute_type_not_supported) in handleReturnTypestateAttr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2647 for (InstLane IL : Item) { in generateInstLaneVectorFromOperand() local
2648 auto [U, Lane] = IL; in generateInstLaneVectorFromOperand()
2833 all_of(drop_begin(Item), [Item](InstLane &IL) { in foldShuffleToIdentity() argument
2835 Use *U = IL.first; in foldShuffleToIdentity()
2844 if (all_of(drop_begin(Item), [Item](InstLane &IL) { in foldShuffleToIdentity() argument
2846 auto [U, Lane] = IL; in foldShuffleToIdentity()
2855 auto CheckLaneIsEquivalentToFirst = [Item](InstLane IL) { in foldShuffleToIdentity() argument
2857 if (!IL.first) in foldShuffleToIdentity()
2859 Value *V = IL.first->get(); in foldShuffleToIdentity()
2918 if (!all_of(drop_begin(Item), [Item, Op](InstLane &IL) { in foldShuffleToIdentity() argument
[all …]

1234