/llvm-project/clang/test/SemaObjC/ |
H A D | nsobject-attribute.m | 20 @property (nonatomic, retain) CGColorRefNoNSObject color; property 49 …__attribute__((NSObject)) void * color; // expected-warning {{'NSObject' attribute may be put on a… field 51 @property (nonatomic, retain) __attribute__((NSObject)) CGColorRefNoNSObject color; // // no-warning property
|
/llvm-project/third-party/benchmark/src/ |
H A D | colorprint.cc | 42 PlatformColorCode GetPlatformColorCode(LogColor color) { in GetPlatformColorCode() 121 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, ...) { in ColorPrintf() 128 void ColorPrintf(std::ostream& out, LogColor color, const char* fmt, in ColorPrintf()
|
/llvm-project/flang/test/Semantics/ |
H A D | dosemantics11.f90 | 98 integer :: color component 137 integer :: color component 176 integer :: color component 215 integer :: color component 253 integer :: color component 297 integer :: color component
|
H A D | selecttype02.f90 | 5 integer :: color component
|
H A D | dosemantics05.f90 | 23 integer :: color component
|
H A D | resolve57.f90 | 75 integer :: color component
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2003-08-17-DeadCodeShortCircuit.c | 3 int test(_Bool pos, _Bool color) { in test()
|
/llvm-project/libcxx/test/std/utilities/format/format.tuple/ |
H A D | format.functions.tests.h | 17 enum class color { black, red, gold }; global() enum
|
/llvm-project/clang/test/Index/ |
H A D | complete-enums.c | 10 void f(enum Color color) { in f()
|
H A D | complete-enums.cpp | 10 void f(Color color) { in f()
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | enum-preferred-type.cpp | 9 void test(N::Color color) { in test()
|
H A D | enum-switch-case.cpp | 13 void test(enum N::Color color) {
|
H A D | enum-switch-case.c | 11 void test(enum Color color) {
|
H A D | macros.c | 7 enum Color color; member
|
H A D | enum-switch-case-qualified.cpp | 21 void test(enum N::C::Color color) {
|
/llvm-project/openmp/libompd/src/ |
H A D | Debug.h | 38 GdbColor::Code color; variable
|
/llvm-project/llvm/tools/opt-viewer/ |
H A D | optrecord.py | 257 def color(self): member in Analysis 273 def color(self): member in Passed 281 def color(self): member in Missed
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | 2007-04-10-PackedUnion.cpp | 20 ABCS color; member
|
/llvm-project/clang/test/FixIt/ |
H A D | typo.c | 20 enum Color color; member
|
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
H A D | formatter.handle.pass.cpp | 31 enum class color { black, red, gold }; global() enum
|
/llvm-project/lldb/test/API/commands/expression/nested/ |
H A D | main.cpp | 25 a::b::c::Color color = a::b::c::Blue; in foo() local
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/posix/ |
H A D | PrettyOutput.py | 13 def _color(self, text, color, stream, lock=_lock): argument
|
/llvm-project/lldb/source/Core/ |
H A D | DebuggerEvents.cpp | 88 llvm::HighlightColor color = m_severity == lldb::eSeverityWarning in Dump() local
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/windows/ |
H A D | PrettyOutput.py | 58 def _color(self, text, color, stream, lock=_lock): argument
|
/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 242 HighlightStyle::ColorStyle color = in Highlight() local
|