Home
last modified time | relevance | path

Searched refs:Ident (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp79 llvm::StringSwitch<StringRef>(PragmaNameLoc->Ident->getName()) in handleLoopHintAttr()
81 PragmaNameLoc->Ident->getName()) in handleLoopHintAttr()
120 assert(OptionLoc && OptionLoc->Ident && in handleLoopHintAttr()
123 OptionLoc->Ident->getName()) in handleLoopHintAttr()
137 assert((ValueExpr || (StateLoc && StateLoc->Ident)) && in handleLoopHintAttr()
141 if (StateLoc && StateLoc->Ident && StateLoc->Ident->isStr("scalable")) in handleLoopHintAttr()
158 assert(StateLoc && StateLoc->Ident && "Loop hint must have an argument"); in handleLoopHintAttr()
159 if (StateLoc->Ident->isStr("disable")) in handleLoopHintAttr()
161 else if (StateLoc->Ident->isStr("assume_safety")) in handleLoopHintAttr()
163 else if (StateLoc->Ident->isStr("full")) in handleLoopHintAttr()
[all …]
H A DParsedAttr.cpp32 IdentifierInfo *Ident) { in LLVM_INSTANTIATE_REGISTRY()
35 Result->Ident = Ident; in LLVM_INSTANTIATE_REGISTRY()
H A DSemaDeclAttr.cpp351 Str = Loc->Ident->getName(); in checkStringLiteralArgumentAttr()
1154 StateString = Ident->Ident->getName(); in handleCallableWhenAttr()
1155 Loc = Ident->Loc; in handleCallableWhenAttr()
1179 StringRef StateString = Ident->Ident->getName(); in handleParamTypestateAttr()
1260 StringRef Param = Ident->Ident->getName(); in handleSetTypestateAttr()
1282 StringRef Param = Ident->Ident->getName(); in handleTestTypestateAttr()
2464 << Platform->Ident; in handleAvailabilityAttr()
5271 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleArmBuiltinAliasAttr() local
5299 IdentifierInfo *Ident = AL.getArgAsIdent(0)->Ident; in handleBuiltinAliasAttr() local
5877 << AL << Loc->Ident; in handleSwiftError()
[all …]
H A DSemaAttr.cpp729 IdentifierInfo *Ident; in AddCFAuditedAttribute() local
731 std::tie(Ident, Loc) = PP.getPragmaARCCFCodeAuditedInfo(); in AddCFAuditedAttribute()
739 AttributeCommonInfo Info(Ident, SourceRange(Loc), in AddCFAuditedAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp237 Value *&Ident = in getOrCreateIdent() local
239 if (!Ident) { in getOrCreateIdent()
252 return Ident = &GV; in getOrCreateIdent()
259 Ident = GV; in getOrCreateIdent()
418 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()
495 Ident, ThreadID, in createParallel()
504 Ident, ThreadID, in createParallel()
863 Value *Args[] = {Ident, getOrCreateThreadID(Ident)}; in emitTaskwaitImpl()
881 Value *Args[] = {Ident, getOrCreateThreadID(Ident), I32Null}; in emitTaskyieldImpl()
1037 Value *Args[] = {Ident, ThreadId}; in createMaster()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp286 Identifier Ident = parseIdentifier(); in demanglePath() local
287 print(Ident.Name); in demanglePath()
323 Identifier Ident = parseIdentifier(); in demanglePath() local
334 if (!Ident.empty()) { in demanglePath()
336 print(Ident.Name); in demanglePath()
343 if (!Ident.empty()) { in demanglePath()
345 print(Ident.Name); in demanglePath()
671 Identifier Ident = parseIdentifier(); in demangleFnSig() local
672 for (char C : Ident.Name) { in demangleFnSig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp73 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
82 if (Ident.first == ELF::ELFCLASS32) { in createELFObjectFile()
83 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
85 else if (Ident.second == ELF::ELFDATA2MSB) in createELFObjectFile()
89 } else if (Ident.first == ELF::ELFCLASS64) { in createELFObjectFile()
90 if (Ident.second == ELF::ELFDATA2LSB) in createELFObjectFile()
92 else if (Ident.second == ELF::ELFDATA2MSB) in createELFObjectFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp449 Token Ident = Tok; in parseHTMLStartTag() local
452 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(), in parseHTMLStartTag()
453 Ident.getHTMLIdent())); in parseHTMLStartTag()
462 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(), in parseHTMLStartTag()
463 Ident.getHTMLIdent())); in parseHTMLStartTag()
470 Ident.getLocation(), in parseHTMLStartTag()
471 Ident.getHTMLIdent(), in parseHTMLStartTag()
H A DNSAPI.cpp616 IdentifierInfo *Ident = &Ctx.Idents.get(Id); in getOrInitNullarySelector() local
617 Sel = Ctx.Selectors.getSelector(0, &Ident); in getOrInitNullarySelector()
H A DCommentLexer.cpp659 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
661 T.setHTMLIdent(Ident); in lexHTMLStartTag()
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dbuild.priv.h56 #define MODULE_ID(id) static const char Ident[] = id;
/freebsd-13.1/contrib/ncurses/menu/
H A Dmf_common.h65 #define MODULE_ID(id) static const char Ident[] = id;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h181 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() function
478 void Ident(SourceLocation Loc, StringRef str) override { in Ident() function
479 First->Ident(Loc, str); in Ident()
480 Second->Ident(Loc, str); in Ident()
/freebsd-13.1/contrib/ncurses/progs/
H A Dprogs.priv.h47 #define MODULE_ID(id) static const char Ident[] = id;
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp72 IdentifierInfo *Ident = nullptr; in ParseNamespace() local
88 Ident = Tok.getIdentifierInfo(); in ParseNamespace()
104 Info.Ident = Tok.getIdentifierInfo(); in ParseNamespace()
122 if (!Ident) { in ParseNamespace()
139 if (Ident) in ParseNamespace()
186 NamespaceFix += ExtraNS.Ident->getName(); in ParseNamespace()
263 InnerNSs[index].IdentLoc, InnerNSs[index].Ident, in ParseInnerNamespace()
316 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
4188 if (Ident && Ident->isStr("omp") && !ExpectAndConsume(tok::coloncolon)) in ParseOpenMPAttributeArgs()
4193 if (!Ident || (!Ident->isStr("directive") && !Ident->isStr("sequence"))) { in ParseOpenMPAttributeArgs()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp697 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
698 if (Ident.second) in loadModuleFile()
699 InterestingIdentifiers[Ident.first].push_back(ID); in loadModuleFile()
701 (void)InterestingIdentifiers[Ident.first]; in loadModuleFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp426 if (const NamedMDNode *Ident = M.getNamedMetadata("llvm.ident")) { in EmitProducerInfo() local
428 for (size_t I = 0, E = Ident->getNumOperands(); I < E; ++I) { in EmitProducerInfo()
429 const auto *S = cast<MDString>(Ident->getOperand(I)->getOperand(0)); in EmitProducerInfo()
/freebsd-13.1/contrib/netbsd-tests/ipf/input/
H A Dni14142 # 23:18:36.573307 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:3 A:3 ppp: LCP 20: Ident(2),…
156 # 23:18:36.584936 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:4 A:4 ppp: LCP 26: Ident(3),…
H A Dni16142 # 23:18:36.573307 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:3 A:3 ppp: LCP 20: Ident(2),…
156 # 23:18:36.584936 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:4 A:4 ppp: LCP 26: Ident(3),…
H A Dni13138 # 23:18:36.573307 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:3 A:3 ppp: LCP 20: Ident(2),…
152 # 23:18:36.584936 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:4 A:4 ppp: LCP 26: Ident(3),…
H A Dni15142 # 23:18:36.573307 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:3 A:3 ppp: LCP 20: Ident(2),…
156 # 23:18:36.584936 192.168.113.1 > 192.168.113.3: gre [KSAv1] ID:0000 S:4 A:4 ppp: LCP 26: Ident(3),…
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp382 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction() argument
383 : GCOVRecord(P), SP(SP), EndLine(EndLine), Ident(Ident), in GCOVFunction()
424 write(Ident); in writeOut()
488 uint32_t Ident; member in __anon46c724de0611::GCOVFunction
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1522 Value *Ident = nullptr; in getCombinedIdentFromCallUsesIn() local
1527 Ident = combinedIdentStruct(Ident, CI->getArgOperand(0), in getCombinedIdentFromCallUsesIn()
1533 if (!Ident || !SingleChoice) { in getCombinedIdentFromCallUsesIn()
1542 Ident = OMPInfoCache.OMPBuilder.getOrCreateIdent(Loc); in getCombinedIdentFromCallUsesIn()
1544 return Ident; in getCombinedIdentFromCallUsesIn()
1617 Value *Ident = getCombinedIdentFromCallUsesIn(RFI, F, in deduplicateRuntimeCalls() local
1619 CI->setArgOperand(0, Ident); in deduplicateRuntimeCalls()
3204 Value *Ident = KernelInitCB->getArgOperand(0); in buildCustomStateMachine() local
3210 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB) in buildCustomStateMachine()
3315 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineDoneBarrierBB) in buildCustomStateMachine()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp134 void Ident(SourceLocation Loc, StringRef str) override;
400 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() function in PrintPPOutputPPCallbacks
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h31 FTI.Params[0].Ident == nullptr && FTI.Params[0].Param && in FTIHasSingleVoidParameter()

123