| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| PrettyBuiltinDumper.cpp | 25 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); 29 PDB_BuiltinType Type = Symbol.getBuiltinType(); 30 switch (Type) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| ubsan_handlers_cxx.h | 23 const TypeDescriptor &Type; 28 /// \brief Handle a runtime type check failure, caused by an incorrect vptr. 29 /// When this handler is called, all we know is that the type was not in the
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/ |
| LanaiELFObjectWriter.cpp | 30 unsigned Type) const override; 43 unsigned Type; 47 Type = ELF::R_LANAI_21; 50 Type = ELF::R_LANAI_21_F; 53 Type = ELF::R_LANAI_25; 57 Type = ELF::R_LANAI_32; 60 Type = ELF::R_LANAI_HI16; 63 Type = ELF::R_LANAI_LO16; 66 Type = ELF::R_LANAI_NONE; 72 return Type; [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| ubsan_handlers_cxx.h | 22 const TypeDescriptor &Type; 27 /// \brief Handle a runtime type check failure, caused by an incorrect vptr. 28 /// When this handler is called, all we know is that the type was not in the
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exresolv.c | 144 * DESCRIPTION: Retrieve the value from an internal object. The Reference type 165 /* This is an object of type ACPI_OPERAND_OBJECT */ 167 switch (StackDesc->Common.Type) 269 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || 270 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) 290 "Unknown Reference type 0x%X in %p", 313 "FieldRead SourceDesc=%p Type=%X\n", 314 StackDesc, StackDesc->Common.Type)); 339 * ReturnType - Where the object type is returned 344 * DESCRIPTION: Return the base object and type. Traverse a reference list i [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| NativeTypeBuiltin.h | 42 PDB_BuiltinType Type;
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| TargetSelect.cpp | 64 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch); 65 if (Type != Triple::UnknownArch) 66 TheTriple.setArch(Type);
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| Binary.cpp | 37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) 38 : TypeID(Type), Data(Source) {} 49 file_magic Type = identify_magic(Buffer.getBuffer()); 51 switch (Type) { 77 return ObjectFile::createSymbolicFile(Buffer, Type, Context, InitContent); 94 llvm_unreachable("Unexpected Binary File Type");
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| PPCELFObjectWriter.cpp | 32 unsigned Type) const override; 81 // determine the type of the relocation 82 unsigned Type; 93 Type = ELF::R_PPC_REL24; 96 Type = ELF::R_PPC_PLTREL24; 99 Type = ELF::R_PPC_LOCAL24PC; 102 Type = ELF::R_PPC64_REL24_NOTOC; 108 Type = ELF::R_PPC_REL14; 114 Type = ELF::R_PPC_REL16; 117 Type = ELF::R_PPC_REL16_LO [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| ubsan_handlers_cxx.h | 22 const TypeDescriptor &Type; 27 /// \brief Handle a runtime type check failure, caused by an incorrect vptr. 28 /// When this handler is called, all we know is that the type was not in the 39 const TypeDescriptor &Type;
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslbtypes.c | 63 * PARAMETERS: ArgType - The ARGI required type(s) for this 68 * DESCRIPTION: Convert an encoded ARGI required argument type code into a 69 * bitfield type code. Implements the implicit source conversion 208 * PARAMETERS: Etype - Encoded ACPI Type 212 * DESCRIPTION: Convert an encoded ACPI type to a bitfield type applying the 213 * operand conversion rules. In other words, returns the type(s) 300 printf ("Unhandled encoded type: %X\n", Etype); 324 UINT32 Type; 335 for (Type = 1; Type <= ACPI_TYPE_EXTERNAL_MAX; Type++ [all...] |
| aslstartup.c | 135 * RETURN: File Type 137 * DESCRIPTION: Determine the type of the input file. Either binary (contains 147 UINT8 Type = ASL_INPUT_TYPE_ASCII_DATA; /* default */ 177 Type = ASL_INPUT_TYPE_ASCII_ASL; 184 Type = ASL_INPUT_TYPE_ASCII_DATA; 206 Type = ASL_INPUT_TYPE_BINARY_ACPI_TABLE; 215 Type = ASL_INPUT_TYPE_BINARY; 223 return (Type); 362 /* Determine input file type */ 484 printf ("Unknown file type %X\n", AslGbl_FileType) [all...] |
| /src/sys/external/bsd/acpica/dist/debugger/ |
| dbobject.c | 164 switch (ObjDesc->Common.Type) 233 switch (Node->Type) 273 UINT8 Type; 284 /* Decode the object type */ 300 Type = ObjDesc->Common.Type; 301 if (Type > ACPI_TYPE_LOCAL_MAX) 303 AcpiOsPrintf (" Type %X [Invalid Type]", (UINT32) Type); [all...] |
| /src/sys/external/bsd/acpica/dist/events/ |
| evhandler.c | 209 * of type Region or Device. 212 * the same type then the search is terminated in that branch. 257 if ((Node->Type != ACPI_TYPE_DEVICE) && 258 (Node->Type != ACPI_TYPE_REGION) && 276 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE) 318 * Now we have a region and it is for the handler's address space type. 399 ACPI_OBJECT_TYPE Type; 410 if ((Node->Type != ACPI_TYPE_DEVICE) && 411 (Node->Type != ACPI_TYPE_PROCESSOR) && 412 (Node->Type != ACPI_TYPE_THERMAL) & [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_atomic_clang.h | 47 INLINE typename T::Type atomic_fetch_add(volatile T *a, 48 typename T::Type v, memory_order mo) { 55 INLINE typename T::Type atomic_fetch_sub(volatile T *a, 56 typename T::Type v, memory_order mo) { 63 INLINE typename T::Type atomic_exchange(volatile T *a, 64 typename T::Type v, memory_order mo) { 75 INLINE bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, 76 typename T::Type xchg, 78 typedef typename T::Type Type; [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_atomic_test.cc | 20 typename T::Type magic0; 22 typename T::Type magic1; 32 typedef typename T::Type Type; 37 val.magic0 = val.magic1 = (Type)-3; 44 val.a.val_dont_use = (Type)v; 45 EXPECT_EQ(atomic_load(&val.a, load_mo), (Type)v); 46 val.a.val_dont_use = (Type)-1; 47 atomic_store(&val.a, (Type)v, store_mo); 48 EXPECT_EQ(val.a.val_dont_use, (Type)v) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| SwiftCallingConv.h | 18 #include "clang/AST/Type.h" 24 class Type; 47 llvm::Type *Type; 63 void addTypedData(QualType type, CharUnits begin); 67 void addTypedData(llvm::Type *type, CharUnits begin); 68 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end); 82 /// value and does not consider whether the type is address-only [all...] |
| /src/external/apache2/llvm/dist/clang/lib/APINotes/ |
| APINotesTypes.cpp | 29 OS << "Swift Briged Type: " << *SwiftBridge << ' '; 52 if (!Type.empty()) 53 OS << "C Type: " << Type << ' '; 77 OS << "Result Type: " << ResultType << ' '; 103 OS << "Swift Type: " << static_cast<long>(*SwiftWrapper) << ' ';
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| InterpState.cpp | 52 QualType Type = E->getType(); 53 CCEDiag(E, diag::note_constexpr_overflow) << Value << Type;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| CostTable.h | 26 MVT::SimpleValueType Type; 34 return ISD == Entry.ISD && Ty == Entry.Type; 43 /// Type Conversion Cost Table 51 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
|
| IndirectThunks.h | 50 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false); 51 Function *F = Function::Create(Type,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| LazyRandomTypeCollection.h | 27 /// Provides amortized O(1) random access to a CodeView type stream. 28 /// Normally to access a type from a type stream, you must know its byte 29 /// offset into the type stream, because type records are variable-lengthed. 32 /// type record. Or given a type record such as an array type, there might 33 /// be a TypeIndex for the element type. Sequential access is perfect when 36 /// Type streams in PDBs contain an additional field which is a list of pair [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| IPDBRawSymbol.h | 29 Type = 1 << 3, 42 /// all properties that are valid for any symbol type. This interface is then 44 /// for this particular symbol type. See PDBSymbol.h for more details. 53 findChildren(PDB_SymType Type) const = 0; 56 findChildren(PDB_SymType Type, StringRef Name, 59 findChildrenByAddr(PDB_SymType Type, StringRef Name, 63 findChildrenByVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags, 66 findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| MDBuilder.h | 168 MDNode *Type; 169 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *Type) : 170 Offset(Offset), Size(Size), Type(Type) {} 177 /// Return metadata for a TBAA struct node in the type DAG 178 /// with the given name, a list of pairs (offset, field type in the type DAG). 183 /// Return metadata for a TBAA scalar type node with the 184 /// given name, an offset and a parent in the TBAA type DAG. 189 /// base type, access type and offset relative to the base type [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCSymbolCOFF.h | 19 mutable uint16_t Type = 0; 34 return Type; 37 Type = Ty;
|