Home
last modified time | relevance | path

Searched defs:Desc (Results 1 – 25 of 151) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mutexset.h25 struct Desc { struct
34 Desc() { internal_memset(this, 0, sizeof(*this)); } in Desc() argument
35 Desc(const Desc& other) { *this = other; } in Desc() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutexset.h24 struct Desc { struct
37 Desc Get(uptr i) const; argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutexset.h26 struct Desc { struct
39 Desc Get(uptr i) const; argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.cpp89 Descriptor *Desc = getDeclDesc(); in toAPValue() local
118 Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local
137 Descriptor *Desc = getFieldDesc(); in isInitialized() local
156 Descriptor *Desc = getFieldDesc(); in initialize() local
H A DProgram.cpp41 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1, in createGlobalString() local
165 Descriptor *Desc; in createGlobal() local
243 if (Descriptor *Desc = GetBaseDesc(BD, BR)) { in getOrCreateRecord() local
256 if (Descriptor *Desc = GetBaseDesc(BD, BR)) { in getOrCreateRecord() local
276 Descriptor *Desc; in getOrCreateRecord() local
322 Descriptor *Desc = in createDescriptor() local
341 Descriptor *Desc = in createDescriptor() local
H A DInterpBlock.h83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block()
105 Descriptor *Desc; variable
H A DRecord.h29 Descriptor *Desc; member
36 Descriptor *Desc; member
H A DInterpFrame.cpp69 auto printDesc = [&OS, &Ctx](Descriptor *Desc) { in print()
169 const auto &Desc = Func->getParamDescriptor(Off); in getParamPointer() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp164 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg()
423 const FnDescription *Desc = lookupFn(Call); in checkPreCall() local
431 const FnDescription *Desc = lookupFn(Call); in evalCall() local
442 void StreamChecker::evalFopen(const FnDescription *Desc, const CallEvent &Call, in evalFopen()
471 void StreamChecker::preFreopen(const FnDescription *Desc, const CallEvent &Call, in preFreopen()
482 void StreamChecker::evalFreopen(const FnDescription *Desc, in evalFreopen()
527 void StreamChecker::evalFclose(const FnDescription *Desc, const CallEvent &Call, in evalFclose()
548 void StreamChecker::preFread(const FnDescription *Desc, const CallEvent &Call, in preFread()
572 void StreamChecker::preFwrite(const FnDescription *Desc, const CallEvent &Call, in preFwrite()
589 void StreamChecker::evalFreadFwrite(const FnDescription *Desc, in evalFreadFwrite()
[all …]
H A DObjCSuperDeallocChecker.cpp96 StringRef Desc; in checkPreObjCMessage() local
158 StringRef Desc = StringRef(); in checkLocation() local
176 StringRef Desc, in reportUseAfterDealloc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp50 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
59 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
74 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp69 static Value *callAppendArgs(IRBuilder<> &Builder, Value *Desc, int NumArgs, in callAppendArgs()
85 static Value *appendArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendArg()
162 static Value *callAppendStringN(IRBuilder<> &Builder, Value *Desc, Value *Str, in callAppendStringN()
174 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString()
180 static Value *processArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in processArg()
230 auto Desc = callPrintfBegin(Builder, Builder.getIntN(64, 0)); in emitAMDGPUPrintfCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp70 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in dispatch() local
196 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in isAvailable() local
214 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in onInstructionRetired() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h71 static unsigned registerCounter(StringRef Name, StringRef Desc) { in registerCounter()
162 unsigned addCounter(const std::string &Name, const std::string &Desc) { in addCounter()
174 std::string Desc; member
H A DRegistry.h28 StringRef Name, Desc; variable
121 Add(StringRef Name, StringRef Desc) in Add()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp77 const MCInstrDesc &Desc, in encodeBits()
108 const MCInst &MI, const MCInstrDesc &Desc, in encodeReg()
183 const MCInst &MI, const MCInstrDesc &Desc, in encodeImm()
319 const MCInstrDesc &Desc = MCII.get(Opcode); in encodeInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h571 static const char* Desc() { return "is equal to"; } in Desc() function
579 static const char* Desc() { return "isn't equal to"; } in Desc() function
587 static const char* Desc() { return "is <"; } in Desc() function
595 static const char* Desc() { return "is >"; } in Desc() function
603 static const char* Desc() { return "is <="; } in Desc() function
611 static const char* Desc() { return "is >="; } in Desc() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStatistic.h53 const char *const Desc; variable
59 const char *Desc) in TrackingStatistic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp308 const MCInstrDesc &Desc = MCII.get(Opcode); in encodeInstruction() local
420 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getSDWASrcEncoding() local
520 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local
535 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp312 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in reportBranchErrors() local
323 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in checkHWLoop() local
337 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in checkCOFMax1() local
464 MCInstrDesc const &Desc = in checkNewValues() local
539 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in registerProducer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp81 const InstrDesc &Desc = IS.getDesc(); in dispatch() local
162 const InstrDesc &Desc = Inst.getDesc(); in isAvailable() local
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Derror.c25 WCHAR *Desc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp203 StringRef Desc) { in printCheckerOptionList()
215 std::string Desc = in printCheckerOptionList() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp345 const MCInstrDesc &Desc = MI.getDesc(); in chooseBestLEA() local
448 const MCInstrDesc &Desc = MI.getDesc(); in isReplaceable() local
514 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantAddrCalc() local
672 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantLEAs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp182 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isPredicated() local
188 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isCPSRDefined() local
413 const MCInstrDesc &Desc = Info->get(Inst.getOpcode()); in evaluateBranch() local

1234567