Searched defs:END (Results 1 – 14 of 14) sorted by relevance
/llvm-project/clang/include/clang/Tooling/ |
H A D | ArgumentsAdjusters.h | 50 enum class ArgumentInsertPosition { BEGIN, END }; enumerator
|
/llvm-project/libc/AOR_v20.02/string/ |
H A D | asmdefs.h | 26 #define END(name) \ macro
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | switchmacro.c | 32 #define END }}} macro
|
/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfminmax.S | 15 #define END(TAG) .size TAG,.-TAG macro
|
H A D | dfmul.S | 56 #define END(TAG) .size TAG,.-TAG macro
|
H A D | dfaddsub.S | 61 #define END(TAG) .size TAG,.-TAG macro
|
H A D | dfsqrt.S | 62 #define END(TAG) .size TAG,.-TAG macro
|
H A D | dfdiv.S | 68 #define END(TAG) .size TAG,.-TAG macro
|
H A D | dffma.S | 10 #define END(TAG) .size TAG,.-TAG macro
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | BooleanExpression.py | 46 END = object() variable in BooleanExpression
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclBase.h | 92 #define DECL_RANGE(BASE, START, END) \ argument 94 #define LAST_DECL_RANGE(BASE, START, END) \ argument
|
H A D | StmtCXX.h | 137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | too-small-loop-variable.cpp | 241 END enumerator
|
H A D | branch-clone.cpp | 317 #define END } macro
|