HomeSort by relevance Sort by last modified time
    Searched defs:Out (Results 51 - 66 of 66) sorted by null

1 23

  /external/llvm/lib/IR/
AsmWriter.cpp 72 static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
74 default: Out << "cc" << cc; break;
75 case CallingConv::Fast: Out << "fastcc"; break;
76 case CallingConv::Cold: Out << "coldcc"; break;
77 case CallingConv::X86_StdCall: Out << "x86_stdcallcc"; break;
78 case CallingConv::X86_FastCall: Out << "x86_fastcallcc"; break;
79 case CallingConv::X86_ThisCall: Out << "x86_thiscallcc"; break;
80 case CallingConv::Intel_OCL_BI: Out << "intel_ocl_bicc"; break;
81 case CallingConv::ARM_APCS: Out << "arm_apcscc"; break;
82 case CallingConv::ARM_AAPCS: Out << "arm_aapcscc"; break
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 748 // Work out the address of the stack slot. Unpromoted ints and
820 // Copy all of the result registers out of their specified physreg.
824 // Copy the value out, gluing the copy to the end of the call sequence.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 267 /// ErrorUnsupported - Print out an error that codegen doesn't support the
280 /// ErrorUnsupported - Print out an error that codegen doesn't support the
432 llvm::raw_svector_ostream Out(Buffer);
434 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
436 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
438 getCXXABI().getMangleContext().mangleName(ND, Out);
441 Out.flush();
455 llvm::raw_svector_ostream Out(Buffer.getBuffer());
458 dyn_cast_or_null<VarDecl>(initializedGlobalDecl.getDecl()), Out);
460 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 709 /* This is commented out currently. *
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c 438 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :",
465 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
466 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
2987 char out[80]; local
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/freetype/src/truetype/
ttinterp.c 709 /* This is commented out currently. *
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 457 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :",
484 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
485 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
3013 char out[80]; local
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 127 MCStreamer &Out;
184 AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
202 virtual MCStreamer &getStreamer() { return Out; }
481 : Lexer(_MAI), Ctx(_Ctx), Out(_Out), MAI(_MAI), SrcMgr(_SM),
603 Out.InitSections();
673 Out.Finish();
681 Out.InitToTextSection();
852 Out.EmitLabel(Sym);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1048 milliseconds

1 23