Searched defs:NORMAL (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.h | 30 NORMAL, enumerator
|
/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfaddsub.S | 55 #define NORMAL p3 macro 84 NORMAL = dfclass(A,#2) define 85 NORMAL = dfclass(B,#2) define
|
H A D | dfsqrt.S | 43 #define NORMAL p2 macro 85 NORMAL = dfclass(A,#DFCLASS_NORMAL) // Is it normal define 86 NORMAL = cmp.gt(AH,#-1) // and positive? define
|
H A D | dfdiv.S | 43 #define NORMAL p2 macro 79 NORMAL = dfclass(A,#DFCLASS_NORMAL) define 80 NORMAL = dfclass(B,#DFCLASS_NORMAL) define
|
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
H A D | SimpleTypesTest.cpp | 22 enum EnumConst { LOW, NORMAL = 10, HIGH }; enumerator
|
/llvm-project/llvm/utils/ |
H A D | abtest.py | 55 NORMAL = ESCAPE % "0" variable
|
/llvm-project/compiler-rt/include/xray/ |
H A D | xray_records.h | 68 NORMAL = 0, enumerator
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | ProgressBar.py | 67 NORMAL = "" #: Turn off all modes variable in TerminalController
|
/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 41 UNKNOWN, NORMAL, GENERIC, REGBANK global() enumerator
|
/llvm-project/lldb/examples/python/ |
H A D | crashlog.py | 970 NORMAL = 0 variable in TextCrashLogParser.CrashLogParseMode
|