Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/llvm-project/clang/docs/
H A DBoundsSafety.rst393 ABI visibility and default annotationsDefault pointer types global() argument
455 ABI implications of default bounds annotationsDefault pointer types global() argument
506 Default pointer types in ``typeof()``Default pointer types global() argument
570 Default pointer types in ``sizeof()``Default pointer types global() argument
596 Default pointer types in ``alignof()``Default pointer types global() argument
612 Default pointer types used in C-style castsDefault pointer types global() argument
634 Default pointer types in typedefDefault pointer types global() argument
[all...]
/llvm-project/mlir/lib/Dialect/IRDL/IR/
H A DIRDLOps.cpp35 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
43 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
98 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
127 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
136 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
145 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
153 DenseMap<TypeOp, std::unique_ptr<DynamicTypeDefinition>> const &types, in getVerifier()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Drdcoff.c106 coff_get_slot (struct coff_types *types, int indx) in coff_get_slot()
136 struct coff_types *types, long coff_symno, int ntype, in parse_coff_type()
233 struct coff_types *types, long coff_symno, int ntype, in parse_coff_base_type()
373 struct coff_types *types, int ntype, in parse_coff_struct_type()
548 parse_coff_symbol (bfd *abfd ATTRIBUTE_UNUSED, struct coff_types *types, in parse_coff_symbol()
656 struct coff_types types; in parse_coff() local
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Drdcoff.c106 coff_get_slot (struct coff_types *types, int indx) in coff_get_slot()
136 struct coff_types *types, long coff_symno, int ntype, in parse_coff_type()
233 struct coff_types *types, long coff_symno, int ntype, in parse_coff_base_type()
373 struct coff_types *types, int ntype, in parse_coff_struct_type()
548 parse_coff_symbol (bfd *abfd ATTRIBUTE_UNUSED, struct coff_types *types, in parse_coff_symbol()
656 struct coff_types types; in parse_coff() local
/openbsd-src/usr.bin/ftp/
H A Dsmall.c90 struct types { struct
94 } types[] = { argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp95 struct types { struct
96 typedef base<types> base;
97 typedef type1<types> type1;
98 typedef type2<types> type2;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990519-1.c5 gboolean types : 1; member
/llvm-project/mlir/lib/CAPI/Debug/
H A DDebug.cpp28 void mlirSetGlobalDebugTypes(const char **types, intptr_t n) { in mlirSetGlobalDebugTypes()
/llvm-project/flang/test/Lower/HLFIR/
H A Dpoly_expr_for_nonpoly_dummy.f905 module types module
/llvm-project/mlir/docs/DefiningDialects/
H A DAttributesAndTypes.md1065 Defining a mutable storageDefining Dialect Attributes and Types""Attributes and Types""Mutable attributes and types global() argument
1125 Type class definitionDefining Dialect Attributes and Types""Attributes and Types""Mutable attributes and types global() argument
[all...]
/openbsd-src/libexec/talkd/
H A Dprint.c40 static char *types[] = { variable
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo() local
228 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile() local
/llvm-project/flang/lib/Optimizer/Dialect/CUF/
H A DCUFOps.cpp141 parseCUFKernelValues(mlir::OpAsmParser & parser,llvm::SmallVectorImpl<mlir::OpAsmParser::UnresolvedOperand> & values,llvm::SmallVectorImpl<mlir::Type> & types) parseCUFKernelValues() argument
170 printCUFKernelValues(mlir::OpAsmPrinter & p,mlir::Operation * op,mlir::ValueRange values,mlir::TypeRange types) printCUFKernelValues() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo() local
224 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile() local
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.exp54 proc start_structs_test { types } { argument
/openbsd-src/gnu/llvm/lld/wasm/
H A DRelocations.cpp87 ArrayRef<WasmSignature> types = file->getWasmObj()->types(); in scanRelocations() local
/openbsd-src/usr.bin/mklocale/
H A Dldef.h45 u_int32_t *types; member
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseAssembler.cpp27 static void convTypes(bool &hasAnnotation, TypeRange types, in convTypes() argument
59 convVals(OpBuilder & builder,Location loc,TypeRange types,ValueRange fromVals,ValueRange extraVals,SmallVectorImpl<Value> & toVals,unsigned extra,bool isIn,bool directOut) convVals() argument
/llvm-project/lld/MachO/
H A DInputFiles.h334 findCommands(const void * anyHdr,size_t maxCommands,Types...types) findCommands() argument
356 findCommand(const void * anyHdr,Types...types) findCommand() argument
363 findCommands(const void * anyHdr,Types...types) findCommands() argument
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.h326 findCommands(const void *anyHdr, size_t maxCommands, Types... types) { in findCommands()
348 const CommandType *findCommand(const void *anyHdr, Types... types) { in findCommand()
355 std::vector<const CommandType *> findCommands(const void *anyHdr, in findCommands()
/llvm-project/lld/wasm/
H A DRelocations.cpp87 ArrayRef<WasmSignature> types = file->getWasmObj()->types(); scanRelocations() local
/openbsd-src/libexec/login_token/
H A Dinit.c46 static struct token_types types[] = { variable
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp187 std::vector<std::string> types; in GetMemoryTypes() local
[all...]
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp187 std::vector<std::string> types; in GetMemoryTypes() local
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.in_range/
H A Din_range.pass.cpp71 unsigned short, short, unsigned char, signed char> types; in test() local

12345678910>>...12