Searched defs:_Type (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libcxx/include/__format/ |
H A D | formatter_integer.h | 49 using _Type = __make_32_64_or_128_bit_t<_Tp>; in format() local
|
/llvm-project/clang/include/clang/Driver/ |
H A D | InputInfo.h | 54 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 D | str-cat-append.cpp | 14 typedef basic_string<C, T, A> _Type; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | string-literal-with-embedded-nul.cpp | 10 typedef basic_string<C, T, A> _Type; typedef
|
/llvm-project/mlir/python/mlir/dialects/ |
H A D | _ods_common.py | 10 Type as _Type, unknown
|
/llvm-project/clang/lib/Driver/ |
H A D | Action.cpp | 176 InputAction(const Arg & _Input,types::ID _Type,StringRef _Id) InputAction() argument
|