OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FnCombiner
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_export_reduce.cpp
113
FnCombiner
(nullptr),
143
clang::FunctionDecl *
FnCombiner
;
434
if (S.
FnCombiner
) {
436
checkVoidReturn(S, FN_IDENT_COMBINER, S.
FnCombiner
);
440
if (S.
FnCombiner
->getNumParams() != 2) {
441
S.RSC.ReportError(S.
FnCombiner
->getLocation(),
444
<< S.
FnCombiner
->getNumParams();
463
const clang::ParmVarDecl *const FnCombinerParam = S.
FnCombiner
->getParamDecl(ParamIdx);
466
!S.
FnCombiner
->getASTContext().hasSameUnqualifiedType(
471
S.RSC.ReportError(S.
FnCombiner
->getLocation()
[
all
...]
/frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp
[
all
...]
Completed in 43 milliseconds