Searched refs:bccAssert (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DAssert.h30 #define bccAssert(v) do {} while (0) macro
41 #define bccAssert(v) \ macro
44 ALOGE("bccAssert failed at %s:%d - '%s'\n", \
H A DScript.cpp38 bccAssert(core_lib != nullptr);
77 bccAssert(wrapperMDNode != nullptr);
H A DRSGlobalInfoPass.cpp79 bccAssert(!(result & ~RS_GLOBAL_TYPE)); // Can only alter lower 16-bits.
121 bccAssert(PointerSizeInBits == 32 || PointerSizeInBits == 64);
185 bccAssert(GVAddresses.size() == GVSizes32.size());
186 bccAssert(GVSizes64.size() == 0);
187 bccAssert(GVAddresses.size() == GVProperties.size());
189 bccAssert(GVSizes32.size() == 0);
190 bccAssert(GVAddresses.size() == GVSizes64.size());
191 bccAssert(GVAddresses.size() == GVProperties.size());
H A DRSKernelExpand.cpp45 // Only used in bccAssert()
167 bccAssert(ExportForEachMetadata->getNumOperands() > 0);
237 bccAssert(DL);
238 bccAssert(AllocType);
239 bccAssert(OrigStep);
346 bccAssert(ExpandedFunction->arg_size() == kNumExpandedForeachParams);
378 bccAssert(FnExpandedAccumulator->arg_size() == kNumExpandedReduceAccumulatorParams);
429 bccAssert(LowerBound->getType() == UpperBound->getType());
510 bccAssert(ContextArgType);
575 bccAssert(CalleeArg
[all...]
H A DCompiler.cpp71 bccAssert(exportedTypeMD->getNumOperands() == 1);
154 bccAssert(false && "Unknown error code encountered");
373 bccAssert(false && "Could not extract metadata for module!");
H A DRSScriptGroupFusion.cpp146 bccAssert (firstF != nullptr);
167 bccAssert (lastF != nullptr);
181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size");
H A DRSEmbedInfo.cpp73 bccAssert(false && "Could not extract RS metadata for module!");
H A DRSX86CallConvPass.cpp95 bccAssert(ArgNums.size() == 0);
H A DRSX86TranslateGEPPass.cpp79 bccAssert(false);
H A DRSAddDebugInfoPass.cpp72 bccAssert(name && *name && (::strcmp(name, ".") != 0));
129 bccAssert(mdCompileUnitList != nullptr &&
H A DRSCompilerDriver.cpp96 bccAssert("Could not extract RS pragma metadata for module!");
356 bccAssert(wrapperMDNode != nullptr);
H A DSource.cpp72 bccAssert(wrapperMDNode->getNumOperands() == 0); // expect to have just now created this node
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp210 bccAssert((wrapperMDNode != nullptr) && (wrapperMDNode->getNumOperands() == 1));
216 bccAssert(success);

Completed in 1176 milliseconds