Home
last modified time | relevance | path

Searched defs:yellow (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp24 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 Dast-dump-wasm-attr-export.c15 __attribute__((export_name("export_yellow"))) void yellow(void) {} in yellow() function
/llvm-project/flang/test/Semantics/
H A Dmodfile31.f909 enumerator yellow enumerator
H A Dresolve60.f908 enumerator yellow enumerator
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DPrettyOutputBase.py205 def yellow(self, *args, **kwargs): member in PrettyOutputBase
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-std-print.cpp1327 enum BoolEnum : unsigned int { yellow }; global() enumerator
/llvm-project/lldb/examples/python/
H A Dgdbremote.py133 def yellow(self, fg=True): member in TerminalColors
H A Dmach_o.py303 def yellow(self, fg=True): member in TerminalColors