| /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 | 887 Constant *&Ident = in getOrCreateIdent() local 988 Value *OpenMPIRBuilder::getOrCreateThreadID(Value *Ident) { in getOrCreateThreadID() 1075 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createCancel() local 1126 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createCancellationPoint() local 1156 Value *Ident, Value *DeviceID, Value *NumTeams, Value *NumThreads, in emitTargetKernel() 1296 BasicBlock *OuterAllocaBB, Value *Ident, Value *IfCondition, in targetParallelCallback() 1383 Function *OuterFn, Value *Ident, Value *IfCondition, in hostParallelCallback() 1474 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createParallel() local 1804 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in emitTaskwaitImpl() local 1822 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in emitTaskyieldImpl() local [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 1182 IdentifierLoc(SourceLocation L, IdentifierInfo *Ident) : Loc(L), II(Ident) {} in IdentifierLoc() 1185 void setIdentifierInfo(IdentifierInfo *Ident) { II = Ident; } in setIdentifierInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 73 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NSAPI.cpp | 595 const IdentifierInfo *Ident = &Ctx.Idents.get(Id); in getOrInitNullarySelector() local
|
| H A D | CommentParser.cpp | 609 Token Ident = Tok; in parseHTMLStartTag() local
|
| H A D | CommentLexer.cpp | 688 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 462 if (const NamedMDNode *Ident = M.getNamedMetadata("llvm.ident")) { in EmitProducerInfo() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 225 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() function 562 void Ident(SourceLocation Loc, StringRef str) override { in Ident() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 409 std::string Ident = getIdentifierName(R, Prefix); in generateGetName() local 468 std::string Ident = ImplicitAsUnknown && R->getValueAsBit("isImplicit") in generateGetKind() local
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 51 IdentifierInfo *Ident = nullptr; in ParseNamespace() local 303 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local 4406 const IdentifierInfo *Ident = TryParseCXX11AttributeIdentifier(IdentLoc); in ParseOpenMPAttributeArgs() local
|
| H A D | ParseOpenACC.cpp | 812 IdentifierInfo *Ident = getCurToken().getIdentifierInfo(); in ParseOpenACCDeviceTypeList() local
|
| H A D | ParseDecl.cpp | 1243 if (const IdentifierInfo *const Ident = Platform->getIdentifierInfo()) { in ParseAvailabilityAttribute() local 5382 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseEnumBody() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 331 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction() 417 uint32_t Ident; member in __anon09913f2a0311::GCOVFunction
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 648 IdentifierLoc *Ident = AL.getArgAsIdent(ArgIndex); in handleAtomicAttr() local
|
| H A D | SemaDeclAttr.cpp | 1021 IdentifierLoc *Ident = AL.getArgAsIdent(ArgIndex); in handleCallableWhenAttr() local 1046 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleParamTypestateAttr() local 1127 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleSetTypestateAttr() local 1149 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleTestTypestateAttr() local 5039 const IdentifierInfo *Ident) { in mergeAlwaysInlineAttr() 5988 IdentifierInfo *Ident = AL.getArgAsIdent(0)->getIdentifierInfo(); in handleBuiltinAliasAttr() local
|
| H A D | SemaARM.cpp | 1195 IdentifierInfo *Ident = AL.getArgAsIdent(0)->getIdentifierInfo(); in handleBuiltinAliasAttr() local
|
| H A D | SemaHLSL.cpp | 193 SourceLocation KwLoc, IdentifierInfo *Ident, in ActOnStartBuffer() 1323 IdentifierInfo *Ident = AL.getArgAsIdent(0)->getIdentifierInfo(); in handleRootSignatureAttr() local
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 549 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() function in PrintPPOutputPPCallbacks
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 236 KERNEL_ENVIRONMENT_GETTER(Ident, Constant) in KERNEL_ENVIRONMENT_GETTER() argument 1790 Value *Ident = nullptr; in getCombinedIdentFromCallUsesIn() local 1877 Value *Ident = getCombinedIdentFromCallUsesIn(RFI, F, in deduplicateRuntimeCalls() local 4059 Value *Ident = in insertInstructionGuardsHelper() local 4504 Value *Ident = KernelInfo::getIdentFromKernelEnvironment(KernelEnvC); in buildCustomStateMachine() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 685 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() 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/lib/Lex/ |
| H A D | Pragma.cpp | 816 auto TryConsumeIdentifier = [&](StringRef Ident) -> bool { in HandlePragmaModuleBuild()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1333 const IdentifierInfo *Ident; member 1347 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesReader.cpp | 825 for (auto Ident : Selector.Identifiers) { in getSelector() local
|