/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_mutexset.h | 25 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 D | tsan_mutexset.h | 24 struct Desc { struct 37 Desc Get(uptr i) const; argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_mutexset.h | 26 struct Desc { struct 39 Desc Get(uptr i) const; argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 89 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 D | Program.cpp | 41 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 D | InterpBlock.h | 83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() 105 Descriptor *Desc; variable
|
H A D | Record.h | 29 Descriptor *Desc; member 36 Descriptor *Desc; member
|
H A D | InterpFrame.cpp | 69 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 D | StreamChecker.cpp | 164 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 D | ObjCSuperDeallocChecker.cpp | 96 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 D | Support.cpp | 50 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 D | AMDGPUEmitPrintf.cpp | 69 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 D | LSUnit.cpp | 70 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 D | DebugCounter.h | 71 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 D | Registry.h | 28 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 D | M68kMCCodeEmitter.cpp | 77 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 D | gtest-matchers.h | 571 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 D | Statistic.h | 53 const char *const Desc; variable 59 const char *Desc) in TrackingStatistic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | SIMCCodeEmitter.cpp | 308 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 D | HexagonMCChecker.cpp | 312 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 D | DispatchStage.cpp | 81 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 D | error.c | 25 WCHAR *Desc; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.cpp | 203 StringRef Desc) { in printCheckerOptionList() 215 std::string Desc = in printCheckerOptionList() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 345 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 D | ARMMCTargetDesc.cpp | 182 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
|