Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaHLSL.cpp16 SourceLocation KwLoc, IdentifierInfo *Ident, in ActOnStartHLSLBuffer()
H A DSemaDeclAttr.cpp1250 IdentifierLoc *Ident = AL.getArgAsIdent(ArgIndex); in handleCallableWhenAttr() local
1275 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleParamTypestateAttr() local
1356 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleSetTypestateAttr() local
1378 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleTestTypestateAttr() local
4799 const IdentifierInfo *Ident) { in mergeAlwaysInlineAttr()
5707 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleArmBuiltinAliasAttr() local
5735 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleBuiltinAliasAttr() local
H A DSemaAttr.cpp855 IdentifierInfo *Ident; in AddCFAuditedAttribute() local
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp561 Constant *&Ident = in getOrCreateIdent() local
662 Value *OpenMPIRBuilder::getOrCreateThreadID(Value *Ident) { in getOrCreateThreadID()
753 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createCancel() local
893 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createParallel() local
1250 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in emitTaskwaitImpl() local
1268 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in emitTaskyieldImpl() local
1292 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createTask() local
1559 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createTaskgroup() local
1775 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize, in createReductions() local
1894 Value *Ident = getOrCreateIdent(SrcLocStr, SrcLocStrSize); in createMaster() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DRustDemangle.cpp290 Identifier Ident = parseIdentifier(); in demanglePath() local
638 Identifier Ident = parseIdentifier(); in demangleFnSig() local
1204 void Demangler::printIdentifier(Identifier Ident) { in printIdentifier()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h77 static T Ident(T t) { in Ident() function
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp73 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DNSAPI.cpp618 IdentifierInfo *Ident = &Ctx.Idents.get(Id); in getOrInitNullarySelector() local
H A DCommentParser.cpp438 Token Ident = Tok; in parseHTMLStartTag() local
H A DCommentLexer.cpp655 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
/openbsd/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp353 const StringRef Ident = Token.value(); in parseMemoryFlags() local
H A DResourceFileWriter.cpp382 Error ResourceFileWriter::writeIdentifier(const IntOrString &Ident) { in writeIdentifier()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp457 if (const NamedMDNode *Ident = M.getNamedMetadata("llvm.ident")) { in EmitProducerInfo() local
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h192 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() function
509 void Ident(SourceLocation Loc, StringRef str) override { in Ident() function
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp75 IdentifierInfo *Ident = nullptr; in ParseNamespace() local
331 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
4293 IdentifierInfo *Ident = TryParseCXX11AttributeIdentifier(IdentLoc); in ParseOpenMPAttributeArgs() local
H A DParseDecl.cpp1122 if (const IdentifierInfo *const Ident = Platform->Ident) { in ParseAvailabilityAttribute() local
5085 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseEnumBody() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp329 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction()
435 uint32_t Ident; member in __anon15115f370311::GCOVFunction
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp454 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() function in PrintPPOutputPPCallbacks
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp697 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1650 Value *Ident = nullptr; in getCombinedIdentFromCallUsesIn() local
1747 Value *Ident = getCombinedIdentFromCallUsesIn(RFI, F, in deduplicateRuntimeCalls() local
3786 Value *Ident = in insertInstructionGuardsHelper() local
4257 Value *Ident = KernelInitCB->getArgOperand(0); in buildCustomStateMachine() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1044 if (IdentifierInfo *Ident = M.getSelector().getIdentifierInfoForSlot(0)) { in checkPostObjCMessage() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp812 auto TryConsumeIdentifier = [&](StringRef Ident) -> bool { in HandlePragmaModuleBuild()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1275 IdentifierInfo *Ident; member
1290 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function
H A DParsedAttr.h213 IdentifierInfo *Ident; member
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp757 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in tryFactorizationFolds() local
765 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in tryFactorizationFolds() local

12