Home
last modified time | relevance | path

Searched defs:Enum (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPConstants.h32 #define OMP_DIRECTIVE(Enum, ...) Enum, argument
40 #define OMP_DIRECTIVE(Enum, ...) constexpr auto Enum = omp::Directive::Enum; argument
45 #define OMP_RTL(Enum, ...) Enum, argument
49 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; argument
54 #define OMP_PROC_BIND_KIND(Enum, Str, Value) Enum = Value, argument
58 #define OMP_PROC_BIND_KIND(Enum, ...) \ argument
65 #define OMP_IDENT_FLAG(Enum, Str, Value) Enum = Value, argument
70 #define OMP_IDENT_FLAG(Enum, ...) constexpr auto Enum = omp::IdentFlag::Enum; argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDFormatUtil.h33 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument
37 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument
40 #define RETURN_CASE(Enum, X, Ret) \ argument
HDFormatUtil.cpp175 #define PUSH_CHARACTERISTIC_FLAG(Enum, TheOpt, Value, Style, Descriptive) \ argument
180 #define PUSH_MASKED_CHARACTERISTIC_FLAG(Enum, Mask, TheOpt, Value, Style, \ argument
HDMinimalTypeDumper.cpp356 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
557 EnumeratorRecord &Enum) { in visitKnownMember()
HDPrettyTypeDumper.cpp146 const PDBSymbolTypeEnum &Enum) { in isTypeExcluded()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPConstants.cpp24 #define OMP_DIRECTIVE(Enum, Str) .Case(Str, Enum) in getOpenMPDirectiveKind() argument
31 #define OMP_DIRECTIVE(Enum, Str) \ in getOpenMPDirectiveName() argument
HDOMPIRBuilder.cpp50 #define OMP_RTL_ATTRS(Enum, FnAttrSet, RetAttrSet, ArgAttrSets) \ in addAttributes() argument
67 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) \ in getOrCreateRuntimeFunction() argument
77 #define OMP_RTL(Enum, Str, IsVarArg, ReturnType, ...) \ in getOrCreateRuntimeFunction() argument
243 #define OMP_CANCEL_KIND(Enum, Str, DirectiveEnum, Value) \ in CreateCancel() argument
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDSearchableTableEmitter.cpp58 GenericEnum *Enum = nullptr; member
281 void SearchableTableEmitter::emitGenericEnum(const GenericEnum &Enum, in emitGenericEnum()
567 GenericEnum &Enum, StringRef NameField, StringRef ValueField, in collectEnumEntries()
650 auto Enum = std::make_unique<GenericEnum>(); in run() local
736 auto Enum = std::make_unique<GenericEnum>(); in run() local
777 for (const auto &Enum : Enums) in run() local
HDCodeGenRegisters.cpp53 CodeGenSubRegIndex::CodeGenSubRegIndex(Record *R, unsigned Enum) in CodeGenSubRegIndex()
63 unsigned Enum) in CodeGenSubRegIndex()
156 CodeGenRegister::CodeGenRegister(Record *R, unsigned Enum) in CodeGenRegister()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDTpiHashing.h57 codeview::EnumRecord Enum; member
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.h39 enum Kind { Class, Struct, Union, Enum }; enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.h138 #define SANITIZER_CHECK(Enum, Name, Version) Enum, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp272 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
518 EnumeratorRecord &Enum) { in visitKnownMember()
HDRecordName.cpp114 Error TypeNameComputer::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCAsmParser.h61 EnumIdentifier Enum; member
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
HDIndexSymbol.h31 Enum, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLLexer.cpp833 #define INSTKEYWORD(STR, Enum) \ in LexIdentifier() argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenMPKinds.cpp113 #define OMP_PROC_BIND_KIND(Enum, Name, Value) .Case(Name, Value) in getOpenMPSimpleClauseType() argument
251 #define OMP_PROC_BIND_KIND(Enum, Name, Value) \ in getOpenMPSimpleClauseTypeName() argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-enumerations.h211 Enum = 1 << 8, enumerator
HDlldb-enumerations.h21 #define LLDB_MARK_AS_BITMASK_ENUM(Enum) \ argument
45 #define LLDB_MARK_AS_BITMASK_ENUM(Enum) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBTypes.h254 Enum, enumerator
466 #define VARIANT_EQUAL_CASE(Enum) \ argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp22 #define OUTPUT_ENUM_CLASS_VALUE(Enum, Value, Desc) \ argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.cpp169 const auto *Enum = cast<DIEnumerator>(Element); in completeType() local
181 for (const auto &Enum : EnumValues) { in emitType() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
HDAArch64BaseInfo.h417 int Enum; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1201 EnumDecl *Enum = in VisitEnumDecl() local
1272 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition()
5553 if (auto *Enum = dyn_cast<EnumDecl>(Other)) in isInstantiationOf() local
5905 EnumDecl *Enum = cast<EnumDecl>(ED->getLexicalDeclContext()); in FindInstantiatedDecl() local

12