Searched refs:IsByRef (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp959 emission.IsByRef = isByRef;
1199 if (emission.IsByRef)
1208 bool capturedByInit = emission.IsByRef && isCapturedBy(D, Init);
1424 if (emission.IsByRef)
H A DCodeGenFunction.h2136 bool IsByRef; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
2150 IsByRef(false), IsConstantAggregate(false),
2176 if (!IsByRef) return Addr;
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp846 bool IsByRef = true; local
948 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection);
951 IsByRef = !Ty->isScalarType();
955 if (IsByRef && Ty.getNonReferenceType()->isScalarType()) {
956 IsByRef = !DSAStack->hasExplicitDSA(
965 if (!IsByRef &&
969 IsByRef = true;
972 return IsByRef;

Completed in 217 milliseconds