HomeSort by: relevance | last modified time | path
    Searched defs:InputType (Results 1 - 5 of 5) sorted by relevancy

  /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)
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...]
  /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/lib/Driver/
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);
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...]

Completed in 26 milliseconds