Searched refs:Numeric (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h19 enum class AttributeType { Hidden, Numeric, Text, NumericAndText }; member in class:llvm::RISCVTargetELFStreamer::AttributeType
46 Item->Type = AttributeType::Numeric;
52 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""});
H A DRISCVELFStreamer.cpp129 case AttributeType::Numeric:
153 case AttributeType::Numeric:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp113 SetHints(LoopHintAttr::UnrollCount, LoopHintAttr::Numeric);
121 SetHints(LoopHintAttr::UnrollAndJamCount, LoopHintAttr::Numeric);
149 State = LoopHintAttr::Numeric;
291 // Numeric hint. For example, vectorize_width(8).
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp43 if (state == Numeric)
/freebsd-13-stable/sbin/natd/
H A Dnatd.c1060 Numeric, enumerator in enum:Param
1314 Numeric,
1384 case Numeric:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp608 State = LoopHintAttr::Numeric;
727 case LoopHintAttr::Numeric:

Completed in 75 milliseconds