/external/webkit/Tools/DumpRenderTree/chromium/ |
D | CppVariant.h | 109 bool isVoid() const { return (type == NPVariantType_Void); } in isVoid() function 111 bool isEmpty() const { return (isVoid() || isNull()); } in isEmpty()
|
/external/chromium/webkit/glue/ |
D | cpp_variant.h | 86 bool isVoid() const { return (type == NPVariantType_Void); } in isVoid() function 88 bool isEmpty() const { return (isVoid() || isNull()); } in isEmpty()
|
D | cpp_variant_unittest.cc | 357 EXPECT_TRUE(cpp.isVoid()); in TEST() 367 EXPECT_FALSE(cpp.isVoid()); in TEST() 378 EXPECT_FALSE(cpp.isVoid()); in TEST() 389 EXPECT_FALSE(cpp.isVoid()); in TEST() 400 EXPECT_FALSE(cpp.isVoid()); in TEST() 411 EXPECT_FALSE(cpp.isVoid()); in TEST() 423 EXPECT_FALSE(cpp.isVoid()); in TEST()
|
/external/llvm/lib/VMCore/ |
D | ValueTypes.cpp | 110 case MVT::isVoid: return "isVoid"; in getEVTString() 148 case MVT::isVoid: return Type::getVoidTy(Context); in getTypeForEVT() 194 return MVT::isVoid; in getEVT() 196 return MVT::isVoid; in getEVT()
|
D | Verifier.cpp | 1798 if (VT == MVT::isVoid && ArgNo > 0) { in VerifyIntrinsicPrototype()
|
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 194 } else if (VT == MVT::isVoid) { in EmitTypeForValueType() 212 return EmitTypeForValueType(OS, MVT::isVoid); in EmitTypeGenerate() 267 } else if (VT == MVT::isVoid) { in EmitTypeGenerate() 372 if (VT == MVT::isVoid && j != 0 && j != je - 1) in EmitVerifier() 400 if (VT == MVT::isVoid && j != 0 && j != je - 1) in EmitVerifier() 445 getValueType(ParamTys[N - 1]->getValueAsDef("VT")) == MVT::isVoid) { in EmitGenerator()
|
D | CodeGenTarget.cpp | 68 case MVT::isVoid: return "MVT::isVoid"; in getEnumName() 431 if (VT == MVT::isVoid) in CodeGenIntrinsic() 465 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/) in CodeGenIntrinsic()
|
D | CodeGenDAGPatterns.h | 86 bool isVoid() const { in isVoid() function 87 return TypeVec.size() == 1 && TypeVec[0] == MVT::isVoid; in isVoid()
|
D | FastISelEmitter.cpp | 488 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns()
|
D | CodeGenDAGPatterns.cpp | 772 if (x.SDTCisVT_Info.VT == MVT::isVoid) in SDTypeConstraint()
|
/external/javassist/src/main/javassist/compiler/ |
D | Javac.java | 206 boolean isVoid = rtype == CtClass.voidType; in compileBody() 222 gen.atMethodBody(s, callSuper, isVoid); in compileBody()
|
D | CodeGen.java | 281 public void atMethodBody(Stmnt s, boolean isCons, boolean isVoid) in atMethodBody() argument 293 if (isVoid) { in atMethodBody()
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 60 def isVoid : ValueType<0 , 35>; // Produces no value
|
D | ValueTypes.h | 84 isVoid = 35, // This has no value enumerator
|
/external/llvm/include/llvm/ |
D | Intrinsics.td | 94 def llvm_void_ty : LLVMType<isVoid>; 140 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1656 if (RetVT != MVT::isVoid) { in FinishCall() 1784 RetVT = MVT::isVoid; in ARMEmitLibcall() 1882 RetVT = MVT::isVoid; in SelectCall()
|
D | ARMISelLowering.cpp | 7224 case MVT::isVoid: in isLegalT2ScaledAddressingMode() 7283 case MVT::isVoid: in isLegalAddressingMode()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 490 assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid && in getTypeToPromoteTo()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 1641 bool isVoid = false; in AddOrdinaryNameResults() local 1643 isVoid = Function->getResultType()->isVoidType(); in AddOrdinaryNameResults() 1646 isVoid = Method->getResultType()->isVoidType(); in AddOrdinaryNameResults() 1649 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults() 1651 if (!isVoid) { in AddOrdinaryNameResults()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 758 NumRegistersForVT[MVT::isVoid] = 0; in computeRegisterProperties()
|