/llvm-project/flang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 183 auto args = std::make_unique<const char *[]>(numArgs + 2); in executeCompilerInvocation() local 199 auto args = std::make_unique<const char *[]>(numArgs + 2); in executeCompilerInvocation() local [all...] |
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | FunctionInterfaces.h | 163 unsigned numArgs = op.getNumArguments(); in verifyTrait() local
|
/llvm-project/mlir/lib/Query/Matcher/ |
H A D | RegistryManager.cpp | 87 unsigned numArgs = matcher.getNumArgs(); in getMatcherCompletions() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 607 unsigned numArgs = CE->getNumArgs(); in checkCall_mkstemp() local 828 int numArgs = FPT->getNumParams(); in checkCall_strCommon() local
|
H A D | UnixAPIChecker.cpp | 488 const unsigned numArgs, in BasicAllocationCheck()
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 411 CallExpr(SMRange loc, Type type, Expr *callable, unsigned numArgs, in CallExpr() 420 unsigned numArgs; variable
|
/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 348 slotEnd = std::max(numArgs, 1U); in mangleObjCMethodName() local
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Operator.cpp | 561 unsigned numArgs = argumentValues->getNumArgs(); populateOpStructure() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVDialect.cpp | 543 auto numArgs = std::tuple_size<std::tuple<Args...>>::value; operator ()() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | NVVMDialect.cpp | 691 unsigned numArgs = arguments.size(); verify() local
|
/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 1474 const int numArgs = call_inst->arg_size(); Interpret() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 1628 int numArgs = (int)aCI->arg_size(); evaluateCall() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 221 ArgsUnion *args, unsigned numArgs, Form formUsed, in ParsedAttr() argument
|
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 255 intptr_t numArgs = mlirBlockGetNumArguments(block); in collectStatsSingle() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1438 for (unsigned i = 0; i < numArgs; i++) { in RewritePropertyOrImplicitSetter() local 1522 for (unsigned i = 0; i < numArgs; i++) { in RewritePropertyOrImplicitGetter() local 2392 for (unsigned i = 0; i < numArgs; i++) { in RewriteBlockLiteralFunctionDecl() local
|
H A D | RewriteObjC.cpp | 2306 unsigned numArgs = proto->getNumParams(); RewriteBlockLiteralFunctionDecl() local
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 4132 int i, a, numCmds, numArgs; index_compile_db() local 4389 int i, j, a, numCmds, numArgs; perform_test_compilation_db() local
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 2427 if (failed(reader.parseVarInt(numArgs))) in parseBlockArguments() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertCall.cpp | 2060 unsigned numArgs = loweredActuals.size(); genElementalCall() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 1733 unsigned numArgs = region.getNumArguments(); verifyNumBlockArgs() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 5690 [[maybe_unused]] auto numArgs = args.size(); genPack() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 4501 unsigned numArgs = isStore ? 2 : 1; BuiltinNontemporalOverloaded() local
|