Searched refs:All (Results 151 - 157 of 157) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp580 // All other supported Windows ISAs use xdata unwind information, so frame
613 return CodeGenOptions::FramePointerKind::All;
2185 // All other arguments are quoted and appended.
2816 // All set, do nothing.
3916 // include as part of the module. All other jobs are expected to have exactly
4555 case CodeGenOptions::FramePointerKind::All:
7071 // All the inputs are encoded as commands.
7137 // All the inputs are encoded as commands.
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp313 // All ivars and fields have precise lifetime.
323 // All variables have precise lifetime except local variables with
3515 = llvm::FunctionType::get(VoidTy, VoidPtrTy, RequiredArgs::All);
H A DTargetInfo.cpp4718 // All aggregates are passed indirectly? That doesn't seem consistent
5290 // All other aggregates are passed ByVal.
5351 // All other aggregates are returned indirectly.
5546 Scope == LangOptions::SignReturnAddressScopeKind::All
6006 // All stack slots are multiples of 8 bytes.
7789 // All integral types are promoted to the GPR width.
9175 // the inreg arguments. All other arguments are allocated a multiple of 8
9771 /// All other types of encoding should have been used rather than arriving here.
10625 // All integral types are promoted to XLen width, unless passed on the
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1517 AllowExplicit ? AllowedExplicit::All
2062 // All integers are built-in.
3448 AllowExplicit == AllowedExplicit::All);
3488 AllowExplicit == AllowedExplicit::All);
3496 AllowExplicit == AllowedExplicit::All);
5457 // All other direct-initialization of bool is equivalent to an implicit
5490 // type, most conversion kinds are impossible. All possible First and Third
H A DSemaExpr.cpp776 // unsigned int. These are called the integer promotions. All
795 /// are promoted to double. All other argument types are converted by
1934 // All remaining non-variable cases constitute an odr-use. For variables, we
7269 case LangOptions::LaxVectorConversionKind::All:
7351 // All non-pointer scalars can be cast to ExtVector type. The appropriate
8142 // All objective-c pointer type analysis is done here.
11549 // All of the following pointer-related warnings are GCC extensions, except
12371 // Only emit one error on the first const found. All other consts will emit
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp360 // All operators have to start with "operator".
515 Opts.setLaxVectorConversions(LangOptions::LaxVectorConversionKind::All);
4874 // All pointer types are represented as unsigned integer encodings. We may
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h754 /// All the tentative definitions encountered in the TU.
757 /// All the external declarations encoutered and used in the TU.
772 /// All the delegating constructors seen so far in the file, used for
776 /// All the overriding functions seen during a class definition
782 /// All the function redeclarations seen during a class definition that had
3122 All
3610 /// All name lookup is performed based on some specific criteria,
3623 /// result in an ambiguity. All of the possible results of name
4223 /// AddInstanceMethodToGlobalPool - All instance methods in a translation
11043 /// AssignConvertType - All o
[all...]

Completed in 401 milliseconds

1234567