/llvm-project/flang/runtime/ |
H A D | ragged.cpp | 15 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 D | RaggedTest.cpp | 17 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 D | header_information.py | 165 is_public_header(header) global() argument 169 is_modulemap_header(header) global() argument [all...] |
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | modules.py | 127 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 D | sanitizer_procmaps_mac_test.cpp | 69 …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 D | headers_in_modulemap.sh.py | 20 header = header.relative_to(pathlib.Path(sys.argv[2])).as_posix() global() variable
|
H A D | transitive_includes_to_csv.py |
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_external.cpp | 25 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 D | features.json | 70 "header": "Quality.h" string 76 "header": "clang/Sema/CodeCompleteConsumer.h" string 82 "header": "Quality.h" string
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Ragged.cpp | 15 struct RaggedArrayHeader header; in TEST() local
|
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
H A D | ObjectContainerMachOFileset.cpp | 101 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 D | Ragged.cpp | 18 mlir::Value header, bool asHeaders, in genRaggedArrayAllocate() 62 mlir::Value header) { in genRaggedArrayDeallocate()
|
/llvm-project/clang/test/Analysis/engine/ |
H A D | replay-without-inlining.c | 33 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 D | features.json | 14 "header": "decision_forest_model/CategoricalFeature.h" string
|
/llvm-project/clang/test/Analysis/ |
H A D | ptr-arith.cpp | 130 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 D | DWARFCompileUnit.h | 35 const llvm::DWARFUnitHeader &header, in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 35 const llvm::DWARFUnitHeader &header, in DWARFTypeUnit()
|
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 73 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 D | main.cpp | 27 StgHeader header; member in StgClosure
|
/llvm-project/mlir/lib/Target/SPIRV/ |
H A D | SPIRVBinaryUtils.cpp | 18 appendModuleHeader(SmallVectorImpl<uint32_t> & header,spirv::Version version,uint32_t idBound) appendModuleHeader() argument
|
/llvm-project/lld/wasm/ |
H A D | OutputSegment.h | 48 std::string header; variable
|
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
H A D | ObjectContainerUniversalMachO.cpp | 85 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 D | docgen.py | 188 header = Header(args.header_name) global() variable [all...] |
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 70 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 D | 2010-07-23-DeclLoc.cpp | 68 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
|