Home
last modified time | relevance | path

Searched refs:Definitions (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DMacroExpander.cpp146 Definitions[Definition.Name] = std::move(Definition); in parseDefinition()
151 return Definitions.find(Name) != Definitions.end(); in defined()
155 return Definitions.find(Name)->second.ObjectLike; in objectLike()
162 const Definition &Def = Definitions.find(ID->TokenText)->second; in expand()
H A DMacros.h135 llvm::StringMap<Definition> Definitions; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV62.td1 //=-HexagonScheduleV62.td - HexagonV62 Scheduling Definitions *- tablegen -*-=//
35 // Hexagon V62 Resource Definitions -
H A DHexagonScheduleV68.td1 //=-HexagonScheduleV68.td - HexagonV68 Scheduling Definitions *- tablegen -*-=//
37 // Hexagon V68 Resource Definitions -
H A DHexagonScheduleV55.td1 //=-HexagonScheduleV55.td - HexagonV55 Scheduling Definitions -*- tablegen -*=//
46 // Hexagon V55 Resource Definitions -
H A DHexagonScheduleV66.td1 //=-HexagonScheduleV66.td - HexagonV66 Scheduling Definitions *- tablegen -*-=//
38 // Hexagon V66 Resource Definitions -
H A DHexagonScheduleV65.td1 //=-HexagonScheduleV65.td - HexagonV65 Scheduling Definitions *- tablegen -*-=//
38 // Hexagon V65 Resource Definitions -
H A DHexagonScheduleV5.td1 //=-HexagonScheduleV5.td - HexagonV5 Scheduling Definitions --*- tablegen -*-=//
44 // Hexagon V5 Resource Definitions -
H A DHexagonScheduleV67.td1 //=-HexagonScheduleV67.td - HexagonV67 Scheduling Definitions *- tablegen -*-=//
38 // Hexagon V67 Resource Definitions -
H A DHexagonScheduleV67T.td1 //=- HexagonScheduleV67T.td - Hexagon V67 Tiny Core Scheduling Definitions --=//
60 // Hexagon V67 Tiny Core Resource Definitions -
H A DHexagonScheduleV60.td1 //=-HexagonScheduleV60.td - HexagonV60 Scheduling Definitions *- tablegen -*-=//
79 // Hexagon V60 Resource Definitions -
H A DHexagonInstrFormatsV60.td14 // Instruction Classes Definitions +
H A DHexagonInstrFormatsV65.td20 // Instruction Classes Definitions +
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DTarget.td19 // Definitions that inherit from LLT define types that will be used in the
29 // Definitions that inherit from this may also inherit from
52 // Definitions that inherit from this may also inherit from GISDNodeXFormEquiv
/netbsd-src/external/bsd/am-utils/dist/
H A Dldap.schema12 # Attribute Type Definitions
42 # Object Class Definitions
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dxlr.md23 ;; Definitions for xlr_main automaton.
78 ;; Definitions for the xlr_muldiv automaton.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dxlr.md23 ;; Definitions for xlr_main automaton.
78 ;; Definitions for the xlr_muldiv automaton.
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dnis.schema15 # Definitions from RFC2307 (Experimental)
35 # Attribute Type Definitions
159 # Object Class Definitions
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticCategories.td1 //==--- DiagnosticCategories.td - Diagnostic Category Definitions ---------===//
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td1 //==-- AArch64Schedule.td - AArch64 Scheduling Definitions -*- tablegen -*-===//
18 // AArch64 Scheduler Definitions
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kSchedule.td1 //===-- M68kSchedule.td - M68k Scheduling Definitions --*- tablegen -*-===//
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h379 std::vector<const Record *> Definitions; variable
393 void addDefinition(const Record *Def) { Definitions.push_back(Def); } in addDefinition()
409 ArrayRef<const Record *> getDefinitions() const { return Definitions; } in getDefinitions()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300-modes.def1 /* Definitions of target machine for GNU compiler, for MN10300.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVR.td18 // AVR Device Definitions
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx-modes.def1 /* Definitions of target specific machine modes for the RX.

12345678910>>...20