| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| InterpBlock.h | 40 Block(const llvm::Optional<unsigned> &DeclID, Descriptor *Desc, 42 : DeclID(DeclID), IsStatic(IsStatic), IsExtern(IsExtern), Desc(Desc) {} 44 Block(Descriptor *Desc, bool IsStatic = false, bool IsExtern = false) 46 Desc(Desc) {} 49 Descriptor *getDescriptor() const { return Desc; } 57 bool isTemporary() const { return Desc->IsTemporary; } 59 InterpSize getSize() const { return Desc->getAllocSize(); } 73 if (Desc->CtorFn [all...] |
| InterpState.cpp | 58 Descriptor *Desc = B->getDescriptor(); 67 if (Desc->MoveFn) 68 Desc->MoveFn(B, B->data(), D->data(), Desc); 71 if (Desc->DtorFn) 72 Desc->DtorFn(B, B->data(), Desc);
|
| Descriptor.cpp | 65 auto *Desc = reinterpret_cast<InlineDescriptor *>(ElemPtr); 66 auto *ElemLoc = reinterpret_cast<char *>(Desc + 1); 69 Desc->Offset = ElemOffset + sizeof(InlineDescriptor); 70 Desc->Desc = SD; 71 Desc->IsInitialized = true; 72 Desc->IsBase = false; 73 Desc->IsActive = IsActive; 74 Desc->IsConst = IsConst || D->IsConst; 75 Desc->IsMutable = IsMutable || D->IsMutable [all...] |
| Pointer.cpp | 89 Descriptor *Desc = getDeclDesc(); 90 if (auto *VD = Desc->asValueDecl()) 92 else if (auto *E = Desc->asExpr()) 118 Descriptor *Desc = Ptr.getFieldDesc(); 119 if (auto *BaseOrMember = Desc->asDecl()) { 137 Descriptor *Desc = getFieldDesc(); 138 if (Desc->isPrimitiveArray()) { 156 Descriptor *Desc = getFieldDesc(); 157 if (Desc->isPrimitiveArray()) { 164 Map = InitMap::allocate(Desc->getNumElems()) [all...] |
| Program.cpp | 41 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1, 49 unsigned Sz = Desc->getAllocSize(); 50 auto *G = new (Allocator, Sz) Global(Desc, /*isStatic=*/true, 165 Descriptor *Desc; 169 Desc = createDescriptor(D, *T, IsConst, IsTemporary); 171 Desc = createDescriptor(D, Ty.getTypePtr(), IsConst, IsTemporary); 173 if (!Desc) 179 auto *G = new (Allocator, Desc->getAllocSize()) 180 Global(getCurrentDecl(), Desc, IsStatic, IsExtern); 243 if (Descriptor *Desc = GetBaseDesc(BD, BR)) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_mutexset.h | 25 struct Desc { 32 Desc() { internal_memset(this, 0, sizeof(*this)); } 33 Desc(const Desc& other) { *this = other; } 34 Desc& operator=(const MutexSet::Desc& other) { 45 Desc Get(uptr i) const; 51 Desc descs_[kMaxSize]; 84 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| TableGenBackend.h | 23 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_mutexset.h | 25 struct Desc { 34 Desc() { internal_memset(this, 0, sizeof(*this)); } 35 Desc(const Desc& other) { *this = other; } 36 Desc& operator=(const MutexSet::Desc& other) { 50 Desc Get(uptr i) const; 56 Desc descs_[kMaxSize]; 91 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| DWARFExpression.cpp | 27 typedef Op::Description Desc; 30 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); 31 Descriptions[DW_OP_deref] = Desc(Op::Dwarf2); 32 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); 33 Descriptions[DW_OP_const1s] = Desc(Op::Dwarf2, Op::SignedSize1); 34 Descriptions[DW_OP_const2u] = Desc(Op::Dwarf2, Op::Size2); 35 Descriptions[DW_OP_const2s] = Desc(Op::Dwarf2, Op::SignedSize2); 36 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); 37 Descriptions[DW_OP_const4s] = Desc(Op::Dwarf2, Op::SignedSize4); 38 Descriptions[DW_OP_const8u] = Desc(Op::Dwarf2, Op::Size8) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/MCA/ |
| Support.cpp | 50 const MCProcResourceDesc &Desc = *SM.getProcResource(I); 51 if (Desc.SubUnitsIdxBegin) 59 const MCProcResourceDesc &Desc = *SM.getProcResource(I); 60 if (!Desc.SubUnitsIdxBegin) 63 for (unsigned U = 0; U < Desc.NumUnits; ++U) { 64 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; 74 const MCProcResourceDesc &Desc = *SM.getProcResource(I); 77 << Desc.Name << '\n');
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_mutexset.h | 26 struct Desc { 39 Desc Get(uptr i) const; 48 Desc descs_[kMaxSize]; 65 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); }
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCInstrInfo.h | 32 const MCInstrDesc *Desc; // Raw array to allow static init'n 42 unsigned NumOpcodes; // Number of entries in the desc array 50 Desc = D; 64 return Desc[Opcode];
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| StreamChecker.cpp | 163 /// The call should contain a function that is described by Desc. 164 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { 165 assert(Desc && Desc->StreamArgNo != ArgNone && 167 return Call.getArgSVal(Desc->StreamArgNo); 266 void evalFopen(const FnDescription *Desc, const CallEvent &Call, 269 void preFreopen(const FnDescription *Desc, const CallEvent &Call, 271 void evalFreopen(const FnDescription *Desc, const CallEvent &Call, 274 void evalFclose(const FnDescription *Desc, const CallEvent &Call, 277 void preFread(const FnDescription *Desc, const CallEvent &Call [all...] |
| ObjCSuperDeallocChecker.cpp | 53 void reportUseAfterDealloc(SymbolRef Sym, StringRef Desc, const Stmt *S, 96 StringRef Desc; 99 Desc = "[super dealloc] should not be called multiple times"; 101 Desc = StringRef(); 104 reportUseAfterDealloc(ReceiverSymbol, Desc, M.getOriginExpr(), C); 158 StringRef Desc = StringRef(); 166 Desc = OS.str(); 169 reportUseAfterDealloc(BaseSym, Desc, S, C); 173 /// Desc will be used to describe the error; otherwise, 176 StringRef Desc, [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| TableGenBackend.cpp | 34 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { 43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); 44 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); 46 } while (Pos < Desc.size());
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| DebugCounter.h | 71 static unsigned registerCounter(StringRef Name, StringRef Desc) { 72 return instance().addCounter(std::string(Name), std::string(Desc)); 135 return std::make_pair(RegisteredCounters[ID], Counters.lookup(ID).Desc); 162 unsigned addCounter(const std::string &Name, const std::string &Desc) { 165 Counters[Result].Desc = Desc; 174 std::string Desc; 184 #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \ 186 DebugCounter::registerCounter(COUNTERNAME, DESC)
|
| /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
| LSUnit.cpp | 70 const InstrDesc &Desc = IR.getInstruction()->getDesc(); 71 unsigned IsMemBarrier = Desc.HasSideEffects; 72 assert((Desc.MayLoad || Desc.MayStore) && "Not a memory operation!"); 74 if (Desc.MayLoad) 76 if (Desc.MayStore) 79 if (Desc.MayStore) { 117 if (Desc.MayLoad) { 126 assert(Desc.MayLoad && "Expected a load!"); 196 const InstrDesc &Desc = IR.getInstruction()->getDesc() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| AMDGPUEmitPrintf.cpp | 69 static Value *callAppendArgs(IRBuilder<> &Builder, Value *Desc, int NumArgs, 81 return Builder.CreateCall(Fn, {Desc, NumArgsValue, Arg0, Arg1, Arg2, Arg3, 85 static Value *appendArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, 89 return callAppendArgs(Builder, Desc, 1, Arg0, Zero, Zero, Zero, Zero, Zero, 162 static Value *callAppendStringN(IRBuilder<> &Builder, Value *Desc, Value *Str, 171 return Builder.CreateCall(Fn, {Desc, Str, Length, IsLastInt32}); 174 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, 177 return callAppendStringN(Builder, Desc, Arg, Length, IsLast); 180 static Value *processArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, 183 return appendString(Builder, Desc, Arg, IsLast) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| error.c | 25 WCHAR *Desc; 77 for (Index = 0; ErrorCodeTable[Index].Desc; Index +=1) { 79 StrCpy (Buffer, ErrorCodeTable[Index].Desc);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| X86ATTInstPrinter.cpp | 87 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); 102 if ((Desc.TSFlags & X86II::FormMask) == X86II::MRMSrcMem) { 103 if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XS) 105 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) 160 unsigned CurOp = (Desc.TSFlags & X86II::EVEX_K) ? 3 : 2; 162 if ((Desc.TSFlags & X86II::FormMask) == X86II::MRMSrcMem) { 163 if (Desc.TSFlags & X86II::EVEX_B) { 166 if (Desc.TSFlags & X86II::VEX_W) 173 if (Desc.TSFlags & X86II::EVEX_L2) 174 NumElts = (Desc.TSFlags & X86II::VEX_W) ? 8 : 16 [all...] |
| X86IntelInstPrinter.cpp | 67 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); 85 if ((Desc.TSFlags & X86II::FormMask) == X86II::MRMSrcMem) { 86 if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XS) 88 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) 142 if (Desc.TSFlags & X86II::EVEX_K) { 152 if ((Desc.TSFlags & X86II::FormMask) == X86II::MRMSrcMem) { 153 if (Desc.TSFlags & X86II::EVEX_B) { 156 if (Desc.TSFlags & X86II::VEX_W) 163 if (Desc.TSFlags & X86II::EVEX_L2) 164 NumElts = (Desc.TSFlags & X86II::VEX_W) ? 8 : 16 [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Statistic.h | 53 const char *const Desc; 59 const char *Desc) 60 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0), 65 const char *getDesc() const { return Desc; } 134 const char * /*Desc*/) {} 166 #define STATISTIC(VARNAME, DESC) \ 167 static llvm::Statistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC} 171 #define ALWAYS_ENABLED_STATISTIC(VARNAME, DESC) \ 172 static llvm::TrackingStatistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC} [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/ |
| CheckerRegistry.h | 119 StringRef FullName, StringRef Desc, StringRef DocsUri, 128 void addChecker(StringRef FullName, StringRef Desc, StringRef DocsUri, 133 &CheckerRegistry::returnTrue<T>, FullName, Desc, DocsUri,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/ |
| M68kMCCodeEmitter.cpp | 54 const MCInstrDesc &Desc, uint64_t &Buffer, 59 const MCInstrDesc &Desc, uint64_t &Buffer, unsigned Offset, 64 const MCInstrDesc &Desc, uint64_t &Buffer, unsigned Offset, 77 const MCInstrDesc &Desc, 108 const MCInst &MI, const MCInstrDesc &Desc, 138 bool IsPCRel = Desc.OpInfo[MIOpIdx].OperandType == MCOI::OPERAND_PCREL; 183 const MCInst &MI, const MCInstrDesc &Desc, 199 bool IsPCRel = Desc.OpInfo[MIOpIdx].OperandType == MCOI::OPERAND_PCREL; 319 const MCInstrDesc &Desc = MCII.get(Opcode); 351 encodeBits(ThisByte, Bead, MI, Desc, Buffer, Offset, Fixups, STI) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| WebAssemblyInstPrinter.cpp | 83 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); 84 if (Desc.isVariadic()) { 85 if ((Desc.getNumOperands() == 0 && MI->getNumOperands() > 0) || 86 Desc.variadicOpsAreDefs()) 88 unsigned Start = Desc.getNumOperands(); 90 if (Desc.variadicOpsAreDefs()) { 95 bool NeedsComma = Desc.getNumOperands() > 0 && !Desc.variadicOpsAreDefs(); 237 unsigned NumFixedOperands = Desc.NumOperands; 243 if (Desc.OpInfo[I].OperandType != WebAssembly::OPERAND_BASIC_BLOCK [all...] |