OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ErrorUnsupported
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
623
///
ErrorUnsupported
- Print out an error that codegen doesn't support the
625
void CodeGenFunction::
ErrorUnsupported
(const Stmt *S, const char *Type,
627
CGM.
ErrorUnsupported
(S, Type, OmitOnError);
[
all
...]
CodeGenModule.cpp
174
///
ErrorUnsupported
- Print out an error that codegen doesn't support the
176
void CodeGenModule::
ErrorUnsupported
(const Stmt *S, const char *Type,
187
///
ErrorUnsupported
- Print out an error that codegen doesn't support the
189
void CodeGenModule::
ErrorUnsupported
(const Decl *D, const char *Type,
[
all
...]
Completed in 554 milliseconds