Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp147 Identifier Ident = parseIdentifier(); in demanglePath() local
184 Identifier Ident = parseIdentifier(); in demanglePath() local
499 Identifier Ident = parseIdentifier(); in demangleFnSig() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp236 Value *&Ident = in getOrCreateIdent() local
328 Value *OpenMPIRBuilder::getOrCreateThreadID(Value *Ident) { in getOrCreateThreadID()
416 Value *Ident = getOrCreateIdent(SrcLocStr); in createCancel() local
476 Value *Ident = getOrCreateIdent(SrcLocStr); in createParallel() local
849 Value *Ident = getOrCreateIdent(SrcLocStr); in emitTaskwaitImpl() local
866 Value *Ident = getOrCreateIdent(SrcLocStr); in emitTaskyieldImpl() local
1022 Value *Ident = getOrCreateIdent(SrcLocStr); in createMaster() local
1045 Value *Ident = getOrCreateIdent(SrcLocStr); in createMasked() local
1871 Value *Ident = getOrCreateIdent(SrcLocStr); in createCopyPrivate() local
1899 Value *Ident = getOrCreateIdent(SrcLocStr); in createSingle() local
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h78 static T Ident(T t) { in Ident() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp73 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNSAPI.cpp616 IdentifierInfo *Ident = &Ctx.Idents.get(Id); in getOrInitNullarySelector() local
H A DCommentParser.cpp449 Token Ident = Tok; in parseHTMLStartTag() local
H A DCommentLexer.cpp659 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h181 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() function
442 void Ident(SourceLocation Loc, StringRef str) override { in Ident() function
H A DPreprocessor.h1667 void setPragmaARCCFCodeAuditedInfo(IdentifierInfo *Ident, in setPragmaARCCFCodeAuditedInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp353 if (const NamedMDNode *Ident = M.getNamedMetadata("llvm.ident")) { in EmitProducerInfo() local
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp400 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() function in PrintPPOutputPPCallbacks
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp382 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction()
488 uint32_t Ident; member in __anon8d0cc8750611::GCOVFunction
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp72 IdentifierInfo *Ident = nullptr; in ParseNamespace() local
316 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
H A DParseDecl.cpp1050 if (const IdentifierInfo *const Ident = Platform->Ident) { in ParseAvailabilityAttribute() local
4818 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseEnumBody() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp697 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp1152 IdentifierLoc *Ident = AL.getArgAsIdent(ArgIndex); in handleCallableWhenAttr() local
1177 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleParamTypestateAttr() local
1258 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleSetTypestateAttr() local
1280 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleTestTypestateAttr() local
4300 const IdentifierInfo *Ident) { in mergeAlwaysInlineAttr()
5163 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleArmBuiltinAliasAttr() local
5191 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleBuiltinAliasAttr() local
H A DSemaAttr.cpp729 IdentifierInfo *Ident; in AddCFAuditedAttribute() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp803 auto TryConsumeIdentifier = [&](StringRef Ident) -> bool { in HandlePragmaModuleBuild()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1360 Value *Ident = nullptr; in getCombinedIdentFromCallUsesIn() local
1442 Value *Ident = getCombinedIdentFromCallUsesIn(RFI, F, in deduplicateRuntimeCalls() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp727 if (Value *Ident = getIdentityValue(LHSOpcode, RHS)) in SimplifyUsingDistributiveLaws() local
734 if (Value *Ident = getIdentityValue(RHSOpcode, LHS)) in SimplifyUsingDistributiveLaws() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1252 IdentifierInfo *Ident; member
1267 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function
H A DParsedAttr.h188 IdentifierInfo *Ident; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1364 auto &Ident = getContext().Idents.getOwn(NameRef); in EmitAndRegisterVariableArrayDimensions() local

12