HomeSort by: relevance | last modified time | path
    Searched refs:InputType (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/zstd/dist/tests/fuzz/
fuzz.py 28 class InputType(object):
49 'simple_round_trip': TargetInfo(InputType.RAW_DATA),
50 'stream_round_trip': TargetInfo(InputType.RAW_DATA),
51 'block_round_trip': TargetInfo(InputType.RAW_DATA, FrameType.BLOCK),
52 'simple_decompress': TargetInfo(InputType.COMPRESSED_DATA),
53 'stream_decompress': TargetInfo(InputType.COMPRESSED_DATA),
54 'block_decompress': TargetInfo(InputType.COMPRESSED_DATA, FrameType.BLOCK),
55 'dictionary_round_trip': TargetInfo(InputType.RAW_DATA),
56 'dictionary_decompress': TargetInfo(InputType.COMPRESSED_DATA),
57 'zstd_frame_info': TargetInfo(InputType.COMPRESSED_DATA)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
XRayArgs.h 42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
SanitizerArgs.h 102 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
ToolChain.h 555 types::ID InputType = types::TY_INVALID) const;
564 types::ID InputType = types::TY_INVALID) const;
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Flang.cpp 96 types::ID InputType = Input.getType();
100 if (types::getPreprocessedType(InputType) != types::TY_INVALID)
NaCl.h 74 types::ID InputType) const override;
Fuchsia.h 69 types::ID InputType) const override;
MSVC.h 118 types::ID InputType) const override;
Fuchsia.cpp 282 types::ID InputType) const {
283 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
NaCl.cpp 356 types::ID InputType) const {
357 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType));
Clang.h 86 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
Clang.cpp 407 static bool addExceptionArgs(const ArgList &Args, types::ID InputType,
440 if (types::isObjC(InputType) &&
448 if (types::isCXX(InputType)) {
3248 types::ID InputType) {
3275 if ((types::isOpenCL(InputType) || Args.hasArg(options::OPT_cl_std_EQ)) &&
5156 types::ID InputType = Input.getType();
5158 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView);
5162 types::isLLVMIR(InputType), CmdArgs, DebugInfoKind,
5192 if (types::isCXX(InputType) && RawTriple.isOSDarwin() &&
5341 if (types::getPreprocessedType(InputType) != types::TY_INVALID
    [all...]
Darwin.h 310 types::ID InputType) const override;
MSVC.cpp 1348 types::ID InputType) const {
1357 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType));
Darwin.cpp 940 types::ID InputType) const {
941 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType));
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
ARM.h 58 types::ID InputType, llvm::Triple &Triple);
ARM.cpp 170 types::ID InputType, llvm::Triple &Triple) {
218 if (InputType != types::TY_PP_Asm)
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 2202 types::ID InputType = types::TY_Nothing;
2209 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC)
2237 if (InputType == types::TY_Nothing) {
2306 assert(InputTypeArg && "InputType set w/o InputTypeArg");
2315 Ty = InputType;
2346 InputType = types::lookupTypeForTypeSpecifier(A->getValue());
2352 if (!InputType) {
2354 InputType = types::TY_Object;
3570 types::ID InputType = I.first;
3573 auto PL = types::getCompilationPhases(InputType);
    [all...]
ToolChain.cpp 677 types::ID InputType) const {
717 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple);
725 types::ID InputType) const {
726 return ComputeLLVMTriple(Args, InputType);
XRayArgs.cpp 210 ArgStringList &CmdArgs, types::ID InputType) const {
SanitizerArgs.cpp 954 types::ID InputType) const {
1004 if (types::isCXX(InputType))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 210 extern llvm::cl::opt<InputFileType> InputType;
ExplainOutputStyle.cpp 69 switch (opts::explain::InputType) {
llvm-pdbutil.cpp 712 cl::opt<InputFileType> InputType(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2052 LValue InputValue, QualType InputType,
2057 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) {
2060 llvm::Type *Ty = ConvertType(InputType);

Completed in 57 milliseconds

1 2