Searched defs:isVoid (Results 1 - 5 of 5) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_variant.h86 bool isVoid() const { return (type == NPVariantType_Void); } function in class:CppVariant
88 bool isEmpty() const { return (isVoid() || isNull()); }
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.h109 bool isVoid() const { return (type == NPVariantType_Void); } function in class:CppVariant
111 bool isEmpty() const { return (isVoid() || isNull()); }
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h92 isVoid = 37, // This has no value enumerator in enum:llvm::MVT::SimpleValueType
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java281 public void atMethodBody(Stmnt s, boolean isCons, boolean isVoid) argument
293 if (isVoid) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp1724 bool isVoid = false; local
1726 isVoid = Function->getResultType()->isVoidType();
1729 isVoid = Method->getResultType()->isVoidType();
1732 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType();
1734 if (!isVoid) {

Completed in 149 milliseconds