| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutexset.h | 25 struct Desc { struct 32 Desc() { internal_memset(this, 0, sizeof(*this)); } in Desc() argument 33 Desc(const Desc& other) { *this = other; } in Desc() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | TaskDispatch.h | 65 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl() 74 const char *Desc; variable 81 std::string Desc) { in makeGenericNamedTask()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCTargetDesc.cpp | 171 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isPredicated() local 177 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isCPSRDefined() local 418 const MCInstrDesc &Desc = Info->get(Inst.getOpcode()); in evaluateBranch() local 445 evaluateMemOpAddrForAddrMode_i12(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode_i12() 463 evaluateMemOpAddrForAddrMode3(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode3() 483 evaluateMemOpAddrForAddrMode5(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode5() 502 evaluateMemOpAddrForAddrMode5FP16(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode5FP16() 522 evaluateMemOpAddrForAddrModeT2_i8s4(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT2_i8s4() 543 evaluateMemOpAddrForAddrModeT2_pc(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT2_pc() 559 evaluateMemOpAddrForAddrModeT1_s(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT1_s() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Support.cpp | 51 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local 60 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local 75 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Program.cpp | 57 Descriptor *Desc = in createGlobalString() local 173 Descriptor *Desc; in getOrCreateDummy() local 249 Descriptor *Desc; in createGlobal() local 332 const Descriptor *Desc = GetBaseDesc(BD, BR); in getOrCreateRecord() local 349 const Descriptor *Desc = GetBaseDesc(BD, BR); in getOrCreateRecord() local 375 const Descriptor *Desc; in getOrCreateRecord() local 446 const Descriptor *Desc = createDescriptor( in createDescriptor() local
|
| H A D | Pointer.cpp | 174 const Descriptor *Desc = getDeclDesc(); in toAPValue() local 222 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local 230 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local 241 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local 260 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local 423 const Descriptor *Desc = getFieldDesc(); in isInitialized() local 460 const Descriptor *Desc = getFieldDesc(); in initialize() local
|
| H A D | InterpBlock.h | 140 Block(unsigned EvalID, const Descriptor *Desc, bool IsExtern, bool IsStatic, in Block() 178 const Descriptor *Desc; variable
|
| H A D | Record.h | 31 const Descriptor *Desc; member 40 const Descriptor *Desc; member
|
| H A D | EvaluationResult.cpp | 129 const Descriptor *Desc = BasePtr.getDeclDesc(); in CheckFieldsInitialized() local 190 const Descriptor *Desc = Ptr.getFieldDesc(); in collectBlocks() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StreamChecker.cpp | 220 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg() 884 const FnDescription *Desc = lookupFn(Call); in checkPreCall() local 892 const FnDescription *Desc = lookupFn(Call); in evalCall() local 927 void StreamChecker::evalFopen(const FnDescription *Desc, const CallEvent &Call, in evalFopen() 958 void StreamChecker::preFreopen(const FnDescription *Desc, const CallEvent &Call, in preFreopen() 970 void StreamChecker::evalFreopen(const FnDescription *Desc, in evalFreopen() 1016 void StreamChecker::evalFclose(const FnDescription *Desc, const CallEvent &Call, in evalFclose() 1033 void StreamChecker::preRead(const FnDescription *Desc, const CallEvent &Call, in preRead() 1058 void StreamChecker::preWrite(const FnDescription *Desc, const CallEvent &Call, in preWrite() 1149 void StreamChecker::evalFreadFwrite(const FnDescription *Desc, in evalFreadFwrite() [all …]
|
| H A D | ObjCSuperDeallocChecker.cpp | 97 StringRef Desc; in checkPreObjCMessage() local 159 StringRef Desc = StringRef(); in checkLocation() local 177 StringRef Desc, in reportUseAfterDealloc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | CustomBehaviour.h | 121 const StringRef Desc; variable 127 Instrument(StringRef Desc, StringRef Data) : Desc(Desc), Data(Data) {} in Instrument()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DebugCounter.h | 83 static unsigned registerCounter(StringRef Name, StringRef Desc) { in registerCounter() 166 unsigned addCounter(const std::string &Name, const std::string &Desc) { in addCounter() 178 std::string Desc; member
|
| H A D | Registry.h | 28 StringRef Name, Desc; variable 133 Add(StringRef Name, StringRef Desc) in Add()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 55 Opt::Opt(StringRef Name, FnT CB, StringRef Desc, bool ByDefault) { in Opt() 84 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS, in emitSourceFileHeader()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Statistic.h | 54 const char *const Desc; variable 60 const char *Desc) in TrackingStatistic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 61 static Value *callAppendArgs(IRBuilder<> &Builder, Value *Desc, int NumArgs, in callAppendArgs() 77 static Value *appendArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendArg() 154 static Value *callAppendStringN(IRBuilder<> &Builder, Value *Desc, Value *Str, in callAppendStringN() 165 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString() 171 static Value *processArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in processArg() 521 auto Desc = callPrintfBegin(Builder, Builder.getIntN(64, 0)); in emitAMDGPUPrintfCall() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | EntryPointStats.h | 116 llvm::StringLiteral Desc) in CounterEntryPointTranslationUnitStat() 143 llvm::StringLiteral Desc) in UnsignedMaxEntryPointTranslationUnitStatistic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUMCCodeEmitter.cpp | 367 static bool isVCMPX64(const MCInstrDesc &Desc) { in isVCMPX64() 379 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local 516 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getSDWASrcEncoding() local 687 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValueCommon() local 693 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValueCommon() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.h | 92 CodeRegion(llvm::StringRef Desc, llvm::SMLoc Start) in CodeRegion() 136 InstrumentRegion(llvm::StringRef Desc, llvm::SMLoc Start, UniqueInstrument I) in InstrumentRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | TableGenBackend.h | 44 OptClass(StringRef Name, StringRef Desc) : Opt(Name, run, Desc) {} in OptClass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 343 const MCInstrDesc &Desc = MI.getDesc(); in chooseBestLEA() local 446 const MCInstrDesc &Desc = MI.getDesc(); in isReplaceable() local 510 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantAddrCalc() local 671 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantLEAs() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags_parser.h | 35 const char *Desc; global() member
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | InstructionTables.cpp | 23 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in execute() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 85 : BugType(this, Desc, Cat, SuppressOnSink) {} in BugType() argument
|