Home
last modified time | relevance | path

Searched defs:END (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h50 enum class ArgumentInsertPosition { BEGIN, END }; enumerator
/llvm-project/libc/AOR_v20.02/string/
H A Dasmdefs.h26 #define END(name) \ macro
/llvm-project/clang/test/CoverageMapping/
H A Dswitchmacro.c32 #define END }}} macro
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S15 #define END(TAG) .size TAG,.-TAG macro
H A Ddfmul.S56 #define END(TAG) .size TAG,.-TAG macro
H A Ddfaddsub.S61 #define END(TAG) .size TAG,.-TAG macro
H A Ddfsqrt.S62 #define END(TAG) .size TAG,.-TAG macro
H A Ddfdiv.S68 #define END(TAG) .size TAG,.-TAG macro
H A Ddffma.S10 #define END(TAG) .size TAG,.-TAG macro
/llvm-project/llvm/utils/lit/lit/
H A DBooleanExpression.py46 END = object() variable in BooleanExpression
/llvm-project/clang/include/clang/AST/
H A DDeclBase.h92 #define DECL_RANGE(BASE, START, END) \ argument
94 #define LAST_DECL_RANGE(BASE, START, END) \ argument
H A DStmtCXX.h137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dtoo-small-loop-variable.cpp241 END enumerator
H A Dbranch-clone.cpp317 #define END } macro