Searched defs:yellow (Results 1 – 8 of 8) sorted by relevance
/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/ |
H A D | enum.pass.cpp | 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; enumerator 26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; enumerator 22 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; global() enumerator 25 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; global() enumerator
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-wasm-attr-export.c | 15 __attribute__((export_name("export_yellow"))) void yellow(void) {} in yellow() function
|
/llvm-project/flang/test/Semantics/ |
H A D | modfile31.f90 | 9 enumerator yellow enumerator
|
H A D | resolve60.f90 | 8 enumerator yellow enumerator
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
H A D | PrettyOutputBase.py | 205 def yellow(self, *args, **kwargs): member in PrettyOutputBase
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-std-print.cpp | 1327 enum BoolEnum : unsigned int { yellow }; global() enumerator
|
/llvm-project/lldb/examples/python/ |
H A D | gdbremote.py | 133 def yellow(self, fg=True): member in TerminalColors
|
H A D | mach_o.py | 303 def yellow(self, fg=True): member in TerminalColors
|