Searched refs:hasOptions (Results 1 – 3 of 3) sorted by relevance
96 clang::CallExpr* CE, int* slot, bool* hasOptions) { in matchKernelLaunchCall() argument107 *hasOptions = false; in matchKernelLaunchCall()109 *hasOptions = true; in matchKernelLaunchCall()223 bool hasOptions; in VisitCallExpr() local224 const clang::FunctionDecl* kernel = matchKernelLaunchCall(CE, &slot, &hasOptions); in VisitCallExpr()240 const unsigned numAllocations = numArgsOrig - (hasOptions ? 2 : 1); in VisitCallExpr()306 allocArgIndexStart = hasOptions ? 2 : 1; in VisitCallExpr()346 if (!hasOptions) { in VisitCallExpr()
58 bool* hasOptions);
130 argThat(hasOptions(taskId, taskOverlay)), in setActivityStartCode()146 argThat(hasOptions(taskId, taskOverlay)), in verifyStartActivity()160 private static ArgumentMatcher<Bundle> hasOptions(final int taskId, final boolean overlay) {