Home
last modified time | relevance | path

Searched refs:ASTIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpShared.cpp31 unsigned ASTIdx = Idx.getASTIndex(); in collectNonNullArgs() local
32 if (ASTIdx >= Args.size()) in collectNonNullArgs()
34 NonNullArgs[ASTIdx] = true; in collectNonNullArgs()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp6271 unsigned ASTIdx = Idx.getASTIndex(); in EvaluateArgs() local
6272 if (ASTIdx >= Args.size()) in EvaluateArgs()
6274 ForbiddenNullArgs[ASTIdx] = true; in EvaluateArgs()