HomeSort by relevance Sort by last modified time
    Searched refs:Res (Results 226 - 250 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 596 if 'typeList' in args and not isinstance(args['typeList'], Carbon.Res.ResourceType):
604 args['typeList'] = Carbon.Res.Handle(data)
  /external/clang/lib/Driver/
Driver.cpp 599 int Res = it->first;
608 if (Res < 0)
621 if (!FailingCommand->getCreator().hasGoodDiagnostics() || Res != 1) {
623 if (Res < 0)
628 << FailingTool.getShortName() << Res;
    [all...]
Tools.cpp 89 SmallVectorImpl<char> &Res) {
96 Res.push_back('\\');
99 Res.push_back('\\');
102 Res.push_back('$');
105 Res.push_back('\\');
111 Res.push_back(Target[i]);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 353 unsigned Res = 0;
356 ++Res;
357 return Res;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/bison/data/
glr.c     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 334 SDValue Res;
336 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
339 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
342 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, Res);
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 723 //--------------------Class Res stuff (namespace overlay only) -----------
725 class Res {
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 723 //--------------------Class Res stuff (namespace overlay only) -----------
725 class Res {
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 725 //--------------------Class Res stuff (namespace overlay only) -----------
727 class Res {
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 703 //--------------------Class Res stuff (namespace overlay only) -----------
705 class Res {
  /external/clang/lib/CodeGen/
CGAtomic.cpp 731 RValue Res = EmitCall(FuncInfo, Func, ReturnValueSlot(), Args);
733 return Res;
    [all...]
CodeGenFunction.h     [all...]
CGExprConstant.cpp 910 LValue Res = CGF->EmitPredefinedLValue(cast<PredefinedExpr>(E));
911 return cast<llvm::Constant>(Res.getAddress());
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 765 SDValue Res = LowerOperation(SDValue(N, 0), DAG);
767 for (unsigned I = 0, E = Res->getNumValues(); I != E; ++I)
768 Results.push_back(Res.getValue(I));
    [all...]
MipsSEISelLowering.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 770 StructType *Res = StructType::get(*MS.C, Elements, ST->isPacked());
771 DEBUG(dbgs() << "getShadowTy: " << *ST << " ===> " << *Res << "\n");
772 return Res;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDecl.cpp 216 // C++ [temp.res]p3:
341 for (LookupResult::iterator Res = Result.begin(), ResEnd = Result.end();
342 Res != ResEnd; ++Res) {
343 if (isa<TypeDecl>(*Res) || isa<ObjCInterfaceDecl>(*Res)) {
345 (*Res)->getLocation().getRawEncoding() <
347 IIDecl = *Res;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 805 unsigned long long Res = CI->isZero() ? -1ULL : 0;
806 Constant *ResCI = ConstantInt::get(Call->getType(), Res);
    [all...]

Completed in 1223 milliseconds

1 2 3 4 5 6 7 8 91011