/openbsd/bin/chio/ |
H A D | defs.h | 36 struct element_type { struct 37 char *et_name; /* name; i.e. "picker, "slot", etc. */ 38 int et_type; /* type number */
|
/openbsd/gnu/llvm/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 26 CompilerType element_type, in GetCompilerTypeForFormat() 126 CompilerType element_type) { in GetItemFormatForFormat() 173 CompilerType container_type, CompilerType element_type, in CalculateNumChildren() 223 CompilerType element_type; in Update() local
|
H A D | FormatManager.cpp | 237 CompilerType element_type = compiler_type.GetArrayElementType( in GetPossibleMatches() local
|
/openbsd/gnu/llvm/libcxx/include/__memory/ |
H A D | auto_ptr.h | 35 typedef _Tp element_type; typedef 77 typedef void element_type; typedef
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20001203-2.c | 47 create_array_type (struct type *result_type, struct type *element_type) in create_array_type() 113 struct type element_type; in main() local
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | CFUtils.h | 26 typedef T element_type; typedef
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | adt.h | 29 typedef T element_type; typedef
|
H A D | simple_packed_serialization.h | 268 using element_type = char; variable 290 using element_type = typename std::vector<T>::value_type; variable 316 using element_type = std::pair<K, V>; variable
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_memory.h | 174 typedef _Tp element_type; typedef
|
/openbsd/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_memory.h | 181 typedef _Tp element_type; typedef
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | SimplePackedSerialization.h | 277 using element_type = char; variable 299 using element_type = typename std::vector<T>::value_type; variable 321 using element_type = typename SmallVectorImpl<T>::value_type; variable
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | typeck.c | 359 build_prim_array_type (element_type, length) in build_prim_array_type() argument 379 build_java_array_type (element_type, length) in build_java_array_type() argument
|
H A D | expr.c | 804 tree check, element_type, source; local 2512 tree element_type = TYPE_ARRAY_ELEMENT (array_type); local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | auto_ptr.C | 8 typedef X element_type; typedef
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 156 clang::QualType element_type(BuildType(ast_ctx, type, for_expression)); in BuildArray() local
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | eval.c | 511 struct type *element_type = TYPE_TARGET_TYPE (type); in evaluate_subexp_standard() local 562 struct type *element_type = TYPE_INDEX_TYPE (type); in evaluate_subexp_standard() local
|
H A D | valops.c | 222 struct type *element_type = TYPE_TARGET_TYPE (type); in value_cast() local 2776 struct type *element_type = TYPE_TARGET_TYPE (array_type); in value_slice() local
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | boost_shared_ptr.h | 506 typedef _Tp element_type; typedef 790 typedef _Tp element_type; typedef
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 69 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() 293 CompilerType element_type; in IsArrayOfScalarType() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 426 const clang::Type *element_type = qt->getArrayElementTypeNoTypeQual(); in CompleteType() local 1165 clang::QualType element_type = GetOrCreateType(ar.ElementType); in CreateArrayType() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 683 lldb_private::Type *element_type = symbol_file->ResolveTypeUID(element_uid); in CreateLLDBTypeFromPDBType() local
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | debug.c | 217 debug_type element_type; member 1479 debug_make_array_type (void *handle, debug_type element_type, in debug_make_array_type()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | debug.c | 218 debug_type element_type; member 1480 debug_make_array_type (void *handle, debug_type element_type, in debug_make_array_type()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | tree.c | 494 tree element_type in cp_build_qualified_type_real() local
|
/openbsd/gnu/llvm/libcxx/utils/gdb/libcxx/ |
H A D | printers.py | 460 def _calculate_block_size(self, element_type): argument
|