HomeSort by relevance Sort by last modified time
    Searched refs:Msg (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /external/clang/include/clang/AST/
DeclBase.h 904 SourceManager &sm, const char *Msg)
905 : TheDecl(theDecl), Loc(L), SM(sm), Message(Msg) {}
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 56 #define TOOLING_COMPILE_ASSERT(Expr, Msg) \
57 typedef CompileAssert<(bool(Expr))> Msg[bool(Expr) ? 1 : -1]
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
33 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
  /external/llvm/utils/FileCheck/
FileCheck.cpp 458 SmallString<256> Msg;
459 raw_svector_ostream OS(Msg);
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 253 void emitError(StringRef Msg) const;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 582 void error(const std::string &Msg);
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 283 SmallString<64> Msg;
284 llvm::raw_svector_ostream Out(Msg);
    [all...]
PathDiagnostic.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/bison/src/
parse-gram.c 125 #define yyerror(Msg) \
126 gram_error (&yylloc, Msg)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 251 std::string Msg = Type;
253 << Msg << S->getSourceRange();
264 std::string Msg = Type;
265 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg;
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 819 CXString Msg;
828 Msg = clang_formatDiagnostic(Diagnostic, display_opts);
829 fprintf(stderr, "%s\n", clang_getCString(Msg));
830 clang_disposeString(Msg);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 88 bool Warning(SMLoc L, const Twine &Msg,
90 return Parser.Warning(L, Msg, Ranges);
92 bool Error(SMLoc L, const Twine &Msg,
94 return Parser.Error(L, Msg, Ranges);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 39 #define HERE(Msg) {CAMHAL_LOGEB("--===line %d, %s===--\n", __LINE__, Msg);}
261 TIUTILS::Message *msg = mEventSignalQ.itemAt(i); local
262 //remove from queue and free msg
263 if ( NULL != msg ) {
264 free(msg);
1167 TIUTILS::Message msg; local
2265 TIUTILS::Message msg; local
2296 TIUTILS::Message msg; local
2653 TIUTILS::Message *msg = mEventSignalQ.itemAt(i); local
2716 TIUTILS::Message *msg; local
2757 TIUTILS::Message msg; local
2777 TIUTILS::Message *msg; local
2824 TIUTILS::Message * msg = ( struct TIUTILS::Message * ) malloc(sizeof(struct TIUTILS::Message)); local
2904 TIUTILS::Message msg; local
3340 TIUTILS::Message msg; local
3390 TIUTILS::Message msg; local
3546 TIUTILS::Message *msg = mEventSignalQ.itemAt(i); local
3562 TIUTILS::Message msg; local
3574 TIUTILS::Message msg; local
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 736 void ASTReader::Error(StringRef Msg) {
737 Error(diag::err_fe_pch_malformed, Msg);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 1412 milliseconds

1 2 34 5