Home
last modified time | relevance | path

Searched defs:header (Results 1 – 25 of 106) sorted by relevance

12345

/llvm-project/flang/runtime/
H A Dragged.cpp15 inline RT_API_ATTRS bool isIndirection(const RaggedArrayHeader *const header) { in isIndirection()
19 inline RT_API_ATTRS std::size_t rank(const RaggedArrayHeader *const header) { in rank()
23 RT_API_ATTRS RaggedArrayHeader *RaggedArrayAllocate(RaggedArrayHeader *header, in RaggedArrayAllocate()
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DRaggedTest.cpp17 mlir::Value header = firBuilder->create<fir::UndefOp>(loc, headerTy); in TEST_F() local
32 mlir::Value header = firBuilder->create<fir::UndefOp>(loc, headerTy); in TEST_F() local
/llvm-project/libcxx/utils/libcxx/
H A Dheader_information.py165 is_public_header(header) global() argument
169 is_modulemap_header(header) global() argument
[all...]
/llvm-project/libcxx/utils/libcxx/test/
H A Dmodules.py127 process_module_partition(self, header, is_c_header) global() argument
185 process_header(self, header, include, is_c_header) global() argument
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_mac_test.cpp69 …const struct mach_header_64 *header = (mach_header_64 *)_dyld_get_image_header(0); // Any header w… in MemoryMappingLayoutMock() local
72 const struct mach_header *header = _dyld_get_image_header(0); in MemoryMappingLayoutMock() local
/llvm-project/libcxx/test/libcxx/
H A Dheaders_in_modulemap.sh.py20 header = header.relative_to(pathlib.Path(sys.argv[2])).as_posix() global() variable
H A Dtransitive_includes_to_csv.py
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp25 const char *header; member
88 char header[127] = {0}; in __tsan_external_register_tag() local
95 void __tsan_external_register_header(void *tag, const char *header) { in __tsan_external_register_header()
/llvm-project/clang-tools-extra/clangd/quality/model/
H A Dfeatures.json70 "header": "Quality.h" string
76 "header": "clang/Sema/CodeCompleteConsumer.h" string
82 "header": "Quality.h" string
/llvm-project/flang/unittests/Runtime/
H A DRagged.cpp15 struct RaggedArrayHeader header; in TEST() local
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp101 mach_header header; in ParseMachOHeader() local
137 ParseFileset(DataExtractor &data, mach_header header, in ParseFileset() argument
176 std::optional<mach_header> header = ParseMachOHeader(data); ParseHeader() local
200 std::optional<mach_header> header = ParseMachOHeader(m_data); ParseHeader() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DRagged.cpp18 mlir::Value header, bool asHeaders, in genRaggedArrayAllocate()
62 mlir::Value header) { in genRaggedArrayDeallocate()
/llvm-project/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c33 static void getH(IB *st, Hdr *header) { in getH()
42 Hdr header; in readILBM() local
/llvm-project/clang-tools-extra/clangd/unittests/decision_forest_model/
H A Dfeatures.json14 "header": "decision_forest_model/CategoricalFeature.h" string
/llvm-project/clang/test/Analysis/
H A Dptr-arith.cpp130 struct header { struct
145 // expected-warning@-1 {{derived_$4{reg_$2<unsigned int Element{SymRegion{reg_$0<parse_t * p>},0 S64b,struct Bug_55934::parse_t}.bits2>,Element{copy,0 S64b,struct Bug_55934::header}.b}}} in parse() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h35 const llvm::DWARFUnitHeader &header, in DWARFCompileUnit()
H A DDWARFTypeUnit.h35 const llvm::DWARFUnitHeader &header, in DWARFTypeUnit()
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp73 Header header; in CreateInstance() local
131 Header header; in GetModuleSpecifications() local
205 bool fromJSON(const json::Value &value, ObjectFileJSON::Header &header, in fromJSON()
/llvm-project/lldb/test/API/commands/expression/issue_11588/
H A Dmain.cpp27 StgHeader header; member in StgClosure
/llvm-project/mlir/lib/Target/SPIRV/
H A DSPIRVBinaryUtils.cpp18 appendModuleHeader(SmallVectorImpl<uint32_t> & header,spirv::Version version,uint32_t idBound) appendModuleHeader() argument
/llvm-project/lld/wasm/
H A DOutputSegment.h48 std::string header; variable
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp85 lldb_private::DataExtractor &data, llvm::MachO::fat_header &header, in ParseHeader()
200 llvm::MachO::fat_header header; in GetModuleSpecifications() local
/llvm-project/libc/utils/docgen/
H A Ddocgen.py188 header = Header(args.header_name) global() variable
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp70 std::optional<Header> header = Header::parse(text); in CreateInstance() local
97 std::optional<Header> header = Header::parse(text); in GetModuleSpecifications() local
/llvm-project/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp68 template <typename SIZE_AND_ENDIANNESS> void extract_dwarf_data_from_header(TExtendedMachOHeader<SIZE_AND_ENDIANNESS>& header, in extract_dwarf_data_from_header() argument
79 std::auto_ptr< TExtendedMachOHeader<SIZE_AND_ENDIANNESS> > header; in create_symbol_owner_data_arch_specific() local

12345