Home
last modified time | relevance | path

Searched defs:_Type (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/include/__format/
H A Dformatter_integer.h49 using _Type = __make_32_64_or_128_bit_t<_Tp>; in format() local
/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo()
63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dstr-cat-append.cpp14 typedef basic_string<C, T, A> _Type; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-literal-with-embedded-nul.cpp10 typedef basic_string<C, T, A> _Type; typedef
/llvm-project/mlir/python/mlir/dialects/
H A D_ods_common.py10 Type as _Type, unknown
/llvm-project/clang/lib/Driver/
H A DAction.cpp176 InputAction(const Arg & _Input,types::ID _Type,StringRef _Id) InputAction() argument