OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CNK
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
Triple.h
109
CNK
, // BG/P Compute-Node Kernel
/external/llvm/lib/Support/
Triple.cpp
135
case
CNK
: return "
cnk
";
290
.StartsWith("
cnk
", Triple::
CNK
)
/external/llvm/unittests/ADT/
TripleTest.cpp
96
T = Triple("powerpc-bgp-
cnk
");
99
EXPECT_EQ(Triple::
CNK
, T.getOS());
Completed in 52 milliseconds