Home
last modified time | relevance | path

Searched defs:THREE (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/commands/expression/macros/
H A Dmacro1.h6 #define THREE 3 macro
/llvm-project/clang/test/Modules/
H A Dcxx20-include-translation.cpp51 #define THREE 3 macro
/llvm-project/clang/test/AST/Interp/
H A Denums.cpp
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp1196 THREE = indirect_builtin_constant_p("abc") enumerator
H A Duninitialized.cpp215 enum count { ONE, TWO, THREE }; global() enumerator