Searched refs:isVoid (Results 1 - 25 of 34) sorted by relevance

12

/external/mockito/src/org/mockito/internal/stubbing/answers/
H A DAnswersValidator.java58 if (!methodInfo.isVoid()) {
64 if (methodInfo.isVoid()) {
H A DMethodInfo.java43 public boolean isVoid() { method in class:MethodInfo
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementAndAttributePolicies.java44 final boolean isVoid; field in class:ElementAndAttributePolicies
56 this.isVoid = HtmlTextEscapingMode.isVoidElement(elementName);
H A DElementAndAttributePolicyBasedSanitizerPolicy.java176 if (!policies.isVoid) {
H A DTagBalancingHtmlStreamEventReceiver.java95 if (!elInfo.isVoid) {
264 final boolean isVoid; field in class:TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo
280 this.isVoid = contents == 0
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DType.java47 boolean isVoid() { method in class:Type
H A DAndroidTranslator.java360 methodBody = returnType.isVoid() ? "" : "return " + returnType.defaultReturnString() + ";";
366 methodBody += returnType.isVoid() ? "" : "return " + returnType.defaultReturnString() + ";";
372 boolean returnsVoid = returnType.isVoid();
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp83 if (valueRange.getType().isVoid())
119 if (valueRange.getType().isVoid())
288 if (valueRange.getType().isVoid() ||
338 if (valueRange.getType().isVoid() ||
388 if (valueRange.getType().isVoid() ||
402 if (valueRange.getType().isVoid())
470 if (valueRange.getType().isVoid() ||
697 if (valueRange.getType().isVoid())
752 if (valueRange.getType().isVoid() ||
H A DrsgExpression.cpp261 DE_ASSERT(!type.isVoid());
405 else if (type.isVoid())
459 else if (type.isVoid())
496 else if (type.isVoid())
676 if (valueRange.getType().isVoid())
762 if (valueRange.getType().isVoid())
819 if (m_valueRange.getType().isVoid())
886 if (!valueRange.getType().isVoid() &&
891 if (!valueRange.getType().isVoid() && state.getExpressionDepth() + getTypeConstructorDepth(valueRange.getType()) + 1 >= state.getShaderParameters().maxExpressionDepth)
894 if (valueRange.getType().isVoid()
[all...]
H A DrsgVariableType.hpp164 bool isVoid (void) const { return m_baseType == TYPE_VOID; } function in class:rsg::VariableType
/external/llvm/lib/IR/
H A DValueTypes.cpp127 case MVT::isVoid: return "isVoid";
185 case MVT::isVoid: return Type::getVoidTy(Context);
253 return MVT::isVoid;
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp71 case MVT::isVoid: return "MVT::isVoid";
519 if (VT == MVT::isVoid)
553 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/)
H A DCodeGenDAGPatterns.h87 bool isVoid() const {
88 return TypeVec.size() == 1 && TypeVec[0] == MVT::isVoid;
H A DIntrinsicEmitter.cpp285 // MVT::isVoid is used to represent varargs here.
286 case MVT::isVoid: return Sig.push_back(IIT_VARARG);
379 Int.IS.RetVTs[0] == MVT::isVoid)
H A DFastISelEmitter.cpp495 MVT::SimpleValueType RetVT = MVT::isVoid;
/external/javassist/src/main/javassist/compiler/
H A DJavac.java206 boolean isVoid = rtype == CtClass.voidType;
222 gen.atMethodBody(s, callSuper, isVoid);
H A DCodeGen.java281 public void atMethodBody(Stmnt s, boolean isCons, boolean isVoid) argument
293 if (isVoid) {
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp179 bool isVoid() const { return Void; } function in class:__anon19562::Type
573 if (isVoid())
1223 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1292 if (!getReturnType().isVoid() && !SRet)
1363 if (!SRet && !RetVar.getType().isVoid())
1375 if (!RetVar.getType().isVoid()) {
1397 if (!RetVar.getType().isVoid())
1407 if (RetVar.getType().isVoid())
1534 assert_with_loc(!castToType.isVoid(), "Unknown typedef");
1716 assert_with_loc(!A.first.isVoid(),
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h115 isVoid = 56, // This has no value enumerator in enum:llvm::MVT::SimpleValueType
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2027 if (RetVT != MVT::isVoid) {
2188 RetVT = MVT::isVoid;
2193 if (RetVT != MVT::isVoid && RetVT != MVT::i32) {
2297 RetVT = MVT::isVoid;
2303 if (RetVT != MVT::isVoid && RetVT != MVT::i1 && RetVT != MVT::i8 &&
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1319 if (RetVT != MVT::isVoid) {
1401 RetVT = MVT::isVoid;
1407 if (RetVT != MVT::isVoid && RetVT != MVT::i8 && RetVT != MVT::i16 &&
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1284 if (RetVT != MVT::isVoid) {
1336 RetVT = MVT::isVoid;
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp1784 bool isVoid = false; local
1786 isVoid = Function->getReturnType()->isVoidType();
1789 isVoid = Method->getReturnType()->isVoidType();
1792 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType();
1794 if (!isVoid) {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h627 assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid &&

Completed in 339 milliseconds

12