OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLMode
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Driver/
Types.h
37
const char *getTypeTempSuffix(ID Id, bool
CLMode
= false);
Driver.h
76
CLMode
157
bool IsCLMode() const { return Mode ==
CLMode
; }
/external/clang/lib/Driver/
Types.cpp
47
const char *types::getTypeTempSuffix(ID Id, bool
CLMode
) {
48
if (Id == TY_Object &&
CLMode
)
50
if (Id == TY_Image &&
CLMode
)
52
if (Id == TY_PP_Asm &&
CLMode
)
Driver.cpp
107
.Case("cl",
CLMode
)
[
all
...]
Completed in 2117 milliseconds