/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 287 Identifier Ident = parseIdentifier(); in demanglePath() local 635 Identifier Ident = parseIdentifier(); in demangleFnSig() local 1201 void Demangler::printIdentifier(Identifier Ident) { in printIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 828 Constant *&Ident = in getOrCreateIdent() local 929 Value *OpenMPIRBuilder::getOrCreateThreadID(Value *Ident) { in getOrCreateThreadID() 1015 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createCancel() local 1041 Value *Ident, Value *DeviceID, Value *NumTeams, Value *NumThreads, in emitTargetKernel() 1175 BasicBlock *OuterAllocaBB, Value *Ident, Value *IfCondition, in targetParallelCallback() 1263 Function *OuterFn, Value *Ident, Value *IfCondition, in hostParallelCallback() 1357 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createParallel() local 1678 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in emitTaskwaitImpl() local 1696 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in emitTaskyieldImpl() local 1789 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createTask() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | ParsedAttr.cpp | 29 IdentifierInfo *Ident) { in create()
|
H A D | SemaDeclAttr.cpp | 1004 IdentifierLoc *Ident = AL.getArgAsIdent(ArgIndex); in handleCallableWhenAttr() local 1029 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleParamTypestateAttr() local 1110 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleSetTypestateAttr() local 1132 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleTestTypestateAttr() local 4446 const IdentifierInfo *Ident) { in mergeAlwaysInlineAttr() 5271 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleBuiltinAliasAttr() local
|
H A D | SemaARM.cpp | 1203 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleBuiltinAliasAttr() local
|
H A D | SemaHLSL.cpp | 33 SourceLocation KwLoc, IdentifierInfo *Ident, in ActOnStartBuffer()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | NSAPI.cpp | 593 const IdentifierInfo *Ident = &Ctx.Idents.get(Id); in getOrInitNullarySelector() local
|
H A D | CommentLexer.cpp | 655 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
|
H A D | CommentParser.cpp | 609 Token Ident = Tok; in parseHTMLStartTag() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 74 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 460 if (const NamedMDNode *Ident = M.getNamedMetadata("llvm.ident")) { in EmitProducerInfo() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 723 IdentifierInfo *Ident = getCurToken().getIdentifierInfo(); in ParseOpenACCDeviceTypeList() local
|
H A D | ParseDeclCXX.cpp | 78 IdentifierInfo *Ident = nullptr; in ParseNamespace() local 342 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local 4560 const IdentifierInfo *Ident = TryParseCXX11AttributeIdentifier(IdentLoc); in ParseOpenMPAttributeArgs() local
|
H A D | ParseDecl.cpp | 1323 if (const IdentifierInfo *const Ident = Platform->Ident) { in ParseAvailabilityAttribute() local 5656 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseEnumBody() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 224 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() function 561 void Ident(SourceLocation Loc, StringRef str) override { in Ident() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 329 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction() argument 435 uint32_t Ident; member in __anon09913f2a0311::GCOVFunction
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 550 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() function in PrintPPOutputPPCallbacks
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 690 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 236 KERNEL_ENVIRONMENT_GETTER(Ident, Constant) in KERNEL_ENVIRONMENT_GETTER() argument 1788 Value *Ident = nullptr; in getCombinedIdentFromCallUsesIn() local 1875 Value *Ident = getCombinedIdentFromCallUsesIn(RFI, F, in deduplicateRuntimeCalls() local 4051 Value *Ident = in insertInstructionGuardsHelper() local 4502 Value *Ident = KernelInfo::getIdentFromKernelEnvironment(KernelEnvC); in buildCustomStateMachine() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 1085 if (const IdentifierInfo *Ident = in checkPostObjCMessage() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 105 IdentifierInfo *Ident; member
|
H A D | DeclSpec.h | 1331 const IdentifierInfo *Ident; member 1345 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 823 auto TryConsumeIdentifier = [&](StringRef Ident) -> bool { in HandlePragmaModuleBuild()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 754 for (auto Ident : Selector.Identifiers) { in getSelector() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1104 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in tryFactorizationFolds() local 1112 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in tryFactorizationFolds() local
|