| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_atomic.h | 31 typedef u8 Type; 32 volatile Type val_dont_use; 36 typedef u16 Type; 37 volatile Type val_dont_use; 41 typedef s32 Type; 42 volatile Type val_dont_use; 46 typedef u32 Type; 47 volatile Type val_dont_use; 51 typedef u64 Type; 53 volatile ALIGNED(8) Type val_dont_use [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic.h | 30 typedef u8 Type; 31 volatile Type val_dont_use; 35 typedef u16 Type; 36 volatile Type val_dont_use; 40 typedef s32 Type; 41 volatile Type val_dont_use; 45 typedef u32 Type; 46 volatile Type val_dont_use; 50 typedef u64 Type; 52 volatile ALIGNED(8) Type val_dont_use [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic.h | 30 typedef u8 Type; 31 volatile Type val_dont_use; 35 typedef u16 Type; 36 volatile Type val_dont_use; 40 typedef s32 Type; 41 volatile Type val_dont_use; 45 typedef u32 Type; 46 volatile Type val_dont_use; 50 typedef u64 Type; 52 volatile ALIGNED(8) Type val_dont_use [all...] |
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| t-ops2.h | 29 #define CHECK1(Type,a,fun) \ 30 ASSERT_ALWAYS(fun((Type)(a))==fun(a)) 33 #define CHECK_G(Type,a,b,op) \ 34 CHECK(Type,Type,a,b,op) 35 #define CHECK_UI(Type,a,b,op) \ 36 CHECK(Type,unsigned long,a,b,op); \ 37 CHECK(unsigned long,Type,a,b,op) 38 #define CHECK_SI(Type,a,b,op) \ 39 CHECK(Type,long,a,b,op); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| PrimType.cpp | 1 //===--- Type.cpp - Types for the constexpr VM ------------------*- C++ -*-===// 17 size_t primSize(PrimType Type) { 18 TYPE_SWITCH(Type, return sizeof(T)); 19 llvm_unreachable("not a primitive type");
|
| /src/external/bsd/atf/dist/tools/sample/ |
| common.conf | 1 Content-Type: application/X-atf-config; version="1"
|
| /src/external/bsd/atf/etc/atf/ |
| NetBSD.conf | 1 Content-Type: application/X-atf-config; version="1"
|
| common.conf | 1 Content-Type: application/X-atf-config; version="1"
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| hash-traits.h | 23 /* Helpful type for removing with free. */ 25 template <typename Type> 28 static inline void remove (Type *p); 31 template <typename Type> 34 static inline void remove (const Type *p); 39 template <typename Type> 41 typed_free_remove <Type>::remove (Type *p) 46 template <typename Type> 48 typed_const_free_remove <Type>::remove (const Type *p [all...] |
| /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/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| backupfile.h | 44 # define VALID_BACKUP_TYPE(Type) \ 45 ((Type) == none \ 46 || (Type) == simple \ 47 || (Type) == numbered_existing \ 48 || (Type) == numbered)
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| backupfile.h | 44 # define VALID_BACKUP_TYPE(Type) \ 45 ((Type) == none \ 46 || (Type) == simple \ 47 || (Type) == numbered_existing \ 48 || (Type) == numbered)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| hash-traits.h | 23 /* Helpful type for removing with free. */ 25 template <typename Type> 28 static inline void remove (Type *p); 31 template <typename Type> 34 static inline void remove (const Type *p); 39 template <typename Type> 41 typed_free_remove <Type>::remove (Type *p) 46 template <typename Type> 48 typed_const_free_remove <Type>::remove (const Type *p [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_flags.h | 19 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| PatternInit.h | 14 class Type; 22 llvm::Constant *initializationPatternFor(CodeGenModule &, llvm::Type *);
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_flags.h | 20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_flags.h | 20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| SlotMapping.h | 24 class Type; 35 StringMap<Type *> NamedTypes; 36 std::map<unsigned, Type *> Types;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| VNCoercion.h | 32 class Type; 37 bool canCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, 41 /// pointer of a different type, try to coerce the stored value to the loaded 42 /// type. LoadedTy is the type of the load we want to replace. IRB is 46 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, 54 int analyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr, 62 int analyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, LoadInst *DepLI, 70 int analyzeLoadFromClobberingMemInst(Type *LoadTy, Value *LoadPtr, 76 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy [all...] |
| /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/gpl2/diffutils/dist/lib/ |
| xalloc.h | 61 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) 62 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) 63 # define XREALLOC(Ptr, Type, N_items) \ 64 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items))) 66 /* Declare and alloc memory for VAR of type TYPE. * [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| xalloc.h | 66 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) 67 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) 68 # define XREALLOC(Ptr, Type, N_items) \ 69 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items))) 71 /* Declare and alloc memory for VAR of type TYPE. * [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ValueTypes.cpp | 12 #include "llvm/IR/Type.h" 18 assert(isExtended() && "Type is not extended!"); 24 assert(isExtended() && "Type is not extended!"); 32 assert(isExtended() && "Type is not extended!"); 40 assert(VT.isExtended() && "Type is not extended!"); 49 assert(ResultVT.isExtended() && "Type is not extended!"); 56 assert(ResultVT.isExtended() && "Type is not extended!"); 61 assert(isExtended() && "Type is not extended!"); 66 assert(isExtended() && "Type is not extended!"); 71 assert(isExtended() && "Type is not extended!") [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/ |
| WebAssemblyTypeUtilities.cpp | 1 //===-- WebAssemblyTypeUtilities.cpp - WebAssembly Type Utility Functions -===// 10 /// This file implements several utility functions for WebAssembly type parsing. 19 Optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { 22 if (Type == "i32") 24 if (Type == "i64") 26 if (Type == "f32") 28 if (Type == "f64") 30 if (Type == "v128" || Type == "i8x16" || Type == "i16x8" || Type == "i32x4" | [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| Type.h | 1 //===- llvm/Type.h - Classes for handling data types ------------*- C++ -*-===// 9 // This file contains the declaration of the Type class. For more "Type" 38 /// The instances of the Type class are immutable: once they are created, 40 /// type is ever created. Thus seeing if two types are equal is a matter of 42 /// are created, Type instances can only be created via static factory methods 43 /// in class Type and in derived classes. Once allocated, Types are never 46 class Type { 49 /// Definitions of all of the base types for the Type system. Based on this 52 /// Type::getPrimitiveType function, or else things will break [all...] |