Searched defs:Input (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp67 const InputInfo &Input = Inputs[0]; local
H A DPS4CPU.cpp59 const InputInfo &Input = Inputs[0]; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp26 Reader::Reader(StringRef Input) : Reader({Input, "MsgPack"}) {} argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h27 template <class T> T unwrapOrError(StringRef Input, Expected<T> EO) { argument
H A Dllvm-readobj.cpp378 LLVM_ATTRIBUTE_NORETURN void reportError(Error Err, StringRef Input) { argument
387 void reportWarning(Error Err, StringRef Input) { argument
/freebsd-12-stable/contrib/gperf/src/
H A Dinput.h32 class Input class
H A Dinput.cc33 Input::Input (FILE *stream, Keyword_Factory *keyword_factory) function in class:Input
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityWorklist.h114 insert(SequenceT &&Input) { argument
H A DStringExtras.h55 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { argument
60 inline ArrayRef<uint8_t> arrayRefFromStringRef(StringRef Input) { argument
141 inline std::string toHex(StringRef Input, bool LowerCase = false) { argument
156 toHex(ArrayRef<uint8_t> Input, bool LowerCase = false) argument
170 fromHex(StringRef Input) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp282 auto &Input = getCurrentInput(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp149 std::string Input = Compilations.getAllCompileCommands().front().Filename; local
H A DDependencyScanningWorker.cpp200 computeDependencies( const std::string &Input, StringRef WorkingDirectory, const CompilationDatabase &CDB, DependencyConsumer &Consumer) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp57 static uint64_t round(uint64_t Acc, uint64_t Input) { argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h46 void Initialize(StringRef Input) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp290 std::unique_ptr<InputFile> Input = local
369 std::unique_ptr<InputFile> Input = local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp176 const MachineOperand &Input = phi->getOperand(1); local
/freebsd-12-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp162 StringRef Input = Argv[0]; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp171 BindArchAction::BindArchAction(Action *Input, StringRef ArchName) argument
309 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) argument
317 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) argument
322 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) argument
325 PrecompileJobAction::PrecompileJobAction(ActionClass Kind, Action *Input, argument
333 HeaderModulePrecompileJobAction( Action *Input, types::ID OutputType, const char *ModuleName) argument
340 AnalyzeJobAction(Action *Input, types::ID OutputType) argument
345 MigrateJobAction(Action *Input, types::ID OutputType) argument
350 CompileJobAction(Action *Input, types::ID OutputType) argument
355 BackendJobAction(Action *Input, types::ID OutputType) argument
360 AssembleJobAction(Action *Input, types::ID OutputType) argument
385 VerifyJobAction(ActionClass Kind, Action *Input, types::ID Type) argument
394 VerifyDebugInfoJobAction(Action *Input, types::ID Type) argument
400 VerifyPCHJobAction(Action *Input, types::ID Type) argument
410 OffloadUnbundlingJobAction(Action *Input) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp44 syntax::Arena::lexBuffer(std::unique_ptr<llvm::MemoryBuffer> Input) { argument
/freebsd-12-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp176 static bool parseLineRange(StringRef Input, unsigned &FromLine, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp209 auto Input = ConstantRange::getFull(BW); local
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dcvcompiler.c822 CvProcessCommentState( char Input) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h149 void appendInstructions(const InstructionListType &Input) { argument
155 void appendInstructions(const SimpleDDGNode &Input) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp239 void clang::expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp451 applyBitwiseConstraints( BasicValueFactory &BV, RangeSet::Factory &F, RangeSet Input, const SymIntExpr* SIE) argument

Completed in 308 milliseconds

123