Home
last modified time | relevance | path

Searched defs:Ident (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp287 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 DOMPIRBuilder.cpp828 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 DParsedAttr.cpp29 IdentifierInfo *Ident) { in create()
H A DSemaDeclAttr.cpp1004 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 DSemaARM.cpp1203 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleBuiltinAliasAttr() local
H A DSemaHLSL.cpp33 SourceLocation KwLoc, IdentifierInfo *Ident, in ActOnStartBuffer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp593 const IdentifierInfo *Ident = &Ctx.Idents.get(Id); in getOrInitNullarySelector() local
H A DCommentLexer.cpp655 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
H A DCommentParser.cpp609 Token Ident = Tok; in parseHTMLStartTag() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp74 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp460 if (const NamedMDNode *Ident = M.getNamedMetadata("llvm.ident")) { in EmitProducerInfo() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp723 IdentifierInfo *Ident = getCurToken().getIdentifierInfo(); in ParseOpenACCDeviceTypeList() local
H A DParseDeclCXX.cpp78 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 DParseDecl.cpp1323 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 DPPCallbacks.h224 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 DGCOVProfiling.cpp329 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 DPrintPreprocessedOutput.cpp550 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() function in PrintPPOutputPPCallbacks
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp690 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp236 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 DNullabilityChecker.cpp1085 if (const IdentifierInfo *Ident = in checkPostObjCMessage() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h105 IdentifierInfo *Ident; member
H A DDeclSpec.h1331 const IdentifierInfo *Ident; member
1345 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp823 auto TryConsumeIdentifier = [&](StringRef Ident) -> bool { in HandlePragmaModuleBuild()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp754 for (auto Ident : Selector.Identifiers) { in getSelector() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1104 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in tryFactorizationFolds() local
1112 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in tryFactorizationFolds() local

12