Home
last modified time | relevance | path

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

123456789

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
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()
DMacros.h135 llvm::StringMap<Definition> Definitions; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonScheduleV62.td1 //=-HexagonScheduleV62.td - HexagonV62 Scheduling Definitions *- tablegen -*-=//
35 // Hexagon V62 Resource Definitions -
DHexagonScheduleV55.td1 //=-HexagonScheduleV55.td - HexagonV55 Scheduling Definitions -*- tablegen -*=//
46 // Hexagon V55 Resource Definitions -
DHexagonScheduleV67.td1 //=-HexagonScheduleV67.td - HexagonV67 Scheduling Definitions *- tablegen -*-=//
38 // Hexagon V67 Resource Definitions -
DHexagonScheduleV65.td1 //=-HexagonScheduleV65.td - HexagonV65 Scheduling Definitions *- tablegen -*-=//
38 // Hexagon V65 Resource Definitions -
DHexagonScheduleV68.td1 //=-HexagonScheduleV68.td - HexagonV68 Scheduling Definitions *- tablegen -*-=//
37 // Hexagon V68 Resource Definitions -
DHexagonScheduleV5.td1 //=-HexagonScheduleV5.td - HexagonV5 Scheduling Definitions --*- tablegen -*-=//
44 // Hexagon V5 Resource Definitions -
DHexagonScheduleV66.td1 //=-HexagonScheduleV66.td - HexagonV66 Scheduling Definitions *- tablegen -*-=//
38 // Hexagon V66 Resource Definitions -
DHexagonScheduleV67T.td1 //=- HexagonScheduleV67T.td - Hexagon V67 Tiny Core Scheduling Definitions --=//
60 // Hexagon V67 Tiny Core Resource Definitions -
DHexagonScheduleV60.td1 //=-HexagonScheduleV60.td - HexagonV60 Scheduling Definitions *- tablegen -*-=//
79 // Hexagon V60 Resource Definitions -
DHexagonInstrFormatsV60.td14 // Instruction Classes Definitions +
DHexagonInstrFormatsV65.td20 // Instruction Classes Definitions +
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
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
/freebsd-12-stable/contrib/amd/
Dldap.schema12 # Attribute Type Definitions
42 # Object Class Definitions
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticCategories.td1 //==--- DiagnosticCategories.td - Diagnostic Category Definitions ---------===//
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64Schedule.td1 //==-- AArch64Schedule.td - AArch64 Scheduling Definitions -*- tablegen -*-===//
18 // AArch64 Scheduler Definitions
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kSchedule.td1 //===-- M68kSchedule.td - M68k Scheduling Definitions --*- tablegen -*-===//
/freebsd-12-stable/contrib/sendmail/cf/ostype/
Duxpds.m414 # Definitions for UXP/DS (Fujitsu/ICL DS/90 series)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVR.td18 // AVR Device Definitions
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUFeatures.td1 //===-- AMDGPUFeatures.td - AMDGPU Feature Definitions -----*- tablegen -*-===//
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsMTInstrInfo.td93 // MIPS MT Instruction Definitions
176 // MIPS MT Instruction Definitions
/freebsd-12-stable/contrib/apr/include/
Dapr.hnw33 * @brief APR Platform Definitions
78 * @defgroup apr_platform Platform Definitions
343 /* Definitions that APR programs need to work properly. */
Dapr.hwc33 * @brief APR Platform Definitions
118 * @defgroup apr_platform Platform Definitions
486 /* Definitions that APR programs need to work properly. */
618 /* Definitions that only Win32 programs need to compile properly. */

123456789