Searched refs:inputs (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp950 for (const auto &AI : A->inputs())
2219 // Skip inputs.
3868 // Check number of inputs for sanity. We need at least one input.
3870 // CUDA/HIP compilation may have multiple inputs (source file + results of
3911 llvm_unreachable("unexpectedly given multiple inputs");
4772 // preprocessed inputs and configure concludes that -fPIC is not supported.
4839 // doesn't match. For the time being just ignore this for C++ inputs;
6073 // Make the compile command echo its inputs for /showFilenames.
6592 assert(Inputs.size() == 1 && "Unexpected number of inputs.");
6812 // -inputs
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1421 static tree ix86_md_asm_clobbers (tree outputs, tree inputs, tree clobbers);
8698 /* Even if we do not want to check the inputs, this documents input
19668 tree inputs ATTRIBUTE_UNUSED,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5899 ImportArrayChecked(S->inputs(), Exprs.begin() + S->getNumOutputs()))

Completed in 288 milliseconds

12