Home
last modified time | relevance | path

Searched defs:Type (Results 26 – 50 of 861) sorted by relevance

12345678910>>...35

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DMatchDataInfo.h42 StringRef Type; variable
49 MatchDataInfo(StringRef PatternSymbol, StringRef Type) in MatchDataInfo()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type; member
44 const TypeDescriptor &Type; member
54 const TypeDescriptor &Type; member
104 const TypeDescriptor &Type; member
129 const TypeDescriptor &Type; member
221 const TypeDescriptor &Type; member
236 const TypeDescriptor &Type; member
H A Dubsan_flags.cpp36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
42 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h144 QualType Type; variable
283 QualType Type, in InitializeParameter()
306 QualType Type) { in InitializeResult()
311 QualType Type) { in InitializeStmtExprResult()
316 QualType Type) { in InitializeBlock()
328 QualType Type) { in InitializeException()
338 static InitializedEntity InitializeTemporary(QualType Type) { in InitializeTemporary()
345 QualType Type = TypeInfo->getType(); in InitializeTemporary() local
356 QualType Type) { in InitializeTemporary()
377 static InitializedEntity InitializeDelegation(QualType Type) { in InitializeDelegation()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling_flags.cpp26 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument
H A Dxray_basic_flags.cpp28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
35 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument
H A Dxray_fdr_flags.cpp27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument
H A Dxray_basic_logging.cpp49 uint16_t Type; member
158 void InMemoryRawLog(int32_t FuncId, XRayEntryType Type, in InMemoryRawLog()
255 void InMemoryRawLogWithArg(int32_t FuncId, XRayEntryType Type, uint64_t Arg1, in InMemoryRawLogWithArg()
301 XRayEntryType Type) XRAY_NEVER_INSTRUMENT { in basicLoggingHandleArg0RealTSC()
305 void basicLoggingHandleArg0EmulateTSC(int32_t FuncId, XRayEntryType Type) in basicLoggingHandleArg0EmulateTSC()
319 void basicLoggingHandleArg1RealTSC(int32_t FuncId, XRayEntryType Type, in basicLoggingHandleArg1RealTSC()
324 void basicLoggingHandleArg1EmulateTSC(int32_t FuncId, XRayEntryType Type, in basicLoggingHandleArg1EmulateTSC()
H A Dxray_flags.cpp27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h89 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} in GlobalDecl()
90 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} in GlobalDecl()
169 GlobalDecl getWithCtorType(CXXCtorType Type) { in getWithCtorType()
176 GlobalDecl getWithDtorType(CXXDtorType Type) { in getWithDtorType()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.h40 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
46 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp184 static BlockCtorFn getCtorPrim(PrimType Type) { in getCtorPrim()
197 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim()
210 static BlockMoveFn getMovePrim(PrimType Type) { in getMovePrim()
214 static BlockCtorFn getCtorArrayPrim(PrimType Type) { in getCtorArrayPrim()
219 static BlockDtorFn getDtorArrayPrim(PrimType Type) { in getDtorArrayPrim()
224 static BlockMoveFn getMoveArrayPrim(PrimType Type) { in getMoveArrayPrim()
230 Descriptor::Descriptor(const DeclTy &D, PrimType Type, MetadataSize MD, in Descriptor()
241 Descriptor::Descriptor(const DeclTy &D, PrimType Type, MetadataSize MD, in Descriptor()
254 Descriptor::Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary, in Descriptor()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary()
48 file_magic Type = identify_magic(Buffer.getBuffer()); in createBinary() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h94 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
101 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
134 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
141 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsancov_flags.cpp28 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
34 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.cpp36 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
44 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnswalk.c221 ACPI_OBJECT_TYPE Type, in AcpiNsGetNextNodeTyped()
299 ACPI_OBJECT_TYPE Type, in AcpiNsWalkNamespace()
H A Dnsdump.c324 ACPI_OBJECT_TYPE Type; in AcpiNsDumpOneObject() local
792 ACPI_OBJECT_TYPE Type, in AcpiNsDumpObjects()
933 ACPI_OBJECT_TYPE Type, in AcpiNsDumpObjectPaths()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h20 #define MIBEntryDef(NameTag, Name, Type) NameTag, argument
34 #define MIBEntryDef(NameTag, Name, Type) Name = Block.Name; in PortableMemInfoBlock() argument
50 #define MIBEntryDef(NameTag, Name, Type) \ in deserialize() argument
71 #define MIBEntryDef(NameTag, Name, Type) \ in serialize() argument
86 #define MIBEntryDef(NameTag, Name, Type) \ in printYAML() argument
93 #define MIBEntryDef(NameTag, Name, Type) \ argument
103 #define MIBEntryDef(NameTag, Name, Type) List.push_back(Meta::Name); in getSchema() argument
110 #define MIBEntryDef(NameTag, Name, Type) \ argument
124 #define MIBEntryDef(NameTag, Name, Type) Result += sizeof(Type); in serializedSize() argument
131 #define MIBEntryDef(NameTag, Name, Type) Type Name = Type(); argument
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp44 FieldSet DataflowAnalysisContext::getModeledFields(QualType Type) { in getModeledFields()
62 StorageLocation &DataflowAnalysisContext::createStorageLocation(QualType Type) { in createStorageLocation()
92 QualType Type, RecordStorageLocation::FieldToLoc FieldLocs, in createRecordStorageLocation()
384 static void getFieldsFromClassHierarchy(QualType Type, in getFieldsFromClassHierarchy()
398 clang::dataflow::FieldSet clang::dataflow::getObjectFields(QualType Type) { in getObjectFields()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.cpp34 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
40 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMemprofFlags() argument
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dextrace.c247 ACPI_TRACE_EVENT_TYPE Type) in AcpiExGetTraceEventName()
290 ACPI_TRACE_EVENT_TYPE Type, in AcpiExTracePoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp116 wasm::ValType &Type) { in getLocal()
193 wasm::ValType &Type) { in getGlobal()
221 wasm::ValType &Type) { in getTable()
253 wasm::ValType Type; in typeCheck() local
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h25 class Type; variable
47 llvm::Type *Type; member
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h34 #define REGISTER_TRAIT_WITH_PROGRAMSTATE(Name, Type) \ argument
55 #define REGISTER_FACTORY_WITH_PROGRAMSTATE(Type) \ argument

12345678910>>...35