Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/flang/runtime/
H A Dragged.cpp14 inline bool isIndirection(const RaggedArrayHeader *const header) { in isIndirection()
18 inline std::size_t rank(const RaggedArrayHeader *const header) { in rank()
22 RaggedArrayHeader *RaggedArrayAllocate(RaggedArrayHeader *header, bool isHeader, in RaggedArrayAllocate()
/llvm-project-15.0.7/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-15.0.7/libcxx/test/libcxx/
H A Dtransitive_includes.sanitize.py24 header = match.group(1) variable
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_external.cpp25 const char *header; member
81 char header[127] = {0}; in __tsan_external_register_tag() local
88 void __tsan_external_register_header(void *tag, const char *header) { in __tsan_external_register_header()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp25 const char *header; member
81 char header[127] = {0}; in __tsan_external_register_tag() local
88 void __tsan_external_register_header(void *tag, const char *header) { in __tsan_external_register_header()
/llvm-project-15.0.7/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-15.0.7/flang/unittests/Runtime/
H A DRagged.cpp15 struct RaggedArrayHeader header; in TEST() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DRagged.cpp18 mlir::Value header, bool asHeaders, in genRaggedArrayAllocate()
61 mlir::Value header) { in genRaggedArrayDeallocate()
/llvm-project-15.0.7/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-15.0.7/clang/test/Analysis/
H A Dptr-arith.cpp125 struct header { struct
140 …on{reg_$0<struct Bug_55934::parse_t * p>}.bits2>,Element{copy,0 S64b,struct Bug_55934::header}.b}}} in parse()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/decision_forest_model/
H A Dfeatures.json14 "header": "decision_forest_model/CategoricalFeature.h" string
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h29 const DWARFUnitHeader &header, in DWARFCompileUnit()
H A DDWARFTypeUnit.h29 const DWARFUnitHeader &header, in DWARFTypeUnit()
H A DDWARFDebugMacro.cpp22 DWARFDebugMacroHeader header; in ParseHeader() local
/llvm-project-15.0.7/lldb/test/API/commands/expression/issue_11588/
H A Dmain.cpp27 StgHeader header; member in StgClosure
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/
H A DSPIRVBinaryUtils.cpp18 void spirv::appendModuleHeader(SmallVectorImpl<uint32_t> &header, in appendModuleHeader()
/llvm-project-15.0.7/lld/wasm/
H A DOutputSegment.h49 std::string header; variable
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/
H A Dclang-include-fixer.py102 def InsertHeaderToVimBuffer(header, text): argument
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp68 …AND_ENDIANNESS> void extract_dwarf_data_from_header(TExtendedMachOHeader<SIZE_AND_ENDIANNESS>& hea… in extract_dwarf_data_from_header()
79 std::auto_ptr< TExtendedMachOHeader<SIZE_AND_ENDIANNESS> > header; in create_symbol_owner_data_arch_specific() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp69 llvm::Optional<Header> header = Header::parse(text); in CreateInstance() local
96 llvm::Optional<Header> header = Header::parse(text); in GetModuleSpecifications() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp84 lldb_private::DataExtractor &data, llvm::MachO::fat_header &header, in ParseHeader()
209 llvm::MachO::fat_header header; in GetModuleSpecifications() local
/llvm-project-15.0.7/lld/COFF/
H A DWriter.h72 llvm::object::coff_section header = {}; variable
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DProgressBar.py178 def __init__(self, header): argument
224 def __init__(self, term, header, useETA=True): argument
/llvm-project-15.0.7/clang/docs/
H A Dconf.py247 header = f.readline().rstrip('\n') variable
/llvm-project-15.0.7/libc/utils/HdrGen/PrototypeTestGen/
H A DPrototypeTestGen.cpp43 for (const auto &header : headerFileSet) in TestGeneratorMain() local

1234