| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| ModuleLoader.h | 39 Normal, 52 ModuleLoadResult(Module *M) : Storage(M, Normal) {} 57 /// Determines whether this is a normal return, whether or not loading the 59 bool isNormal() const { return Storage.getInt() == Normal; }
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| tsan_test_util.h | 35 Normal, 40 Spin = Normal 44 explicit Mutex(Type type = Normal);
|
| /src/external/apache2/llvm/dist/llvm/tools/opt/ |
| NewPMDriver.cpp | 55 enum class DebugLogging { None, Normal, Verbose }; 62 clEnumValN(DebugLogging::Normal, "", ""),
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| DebugInlineeLinesSubsection.h | 32 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| LoopUnrolling.cpp | 29 enum Kind { Normal, Unrolled } K; 39 return LoopState(Normal, S, L, N);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGCoroutine.cpp | 26 enum class AwaitKind { Init, Normal, Yield, Final }; 118 case AwaitKind::Normal: 424 // Note: That deallocation will be emitted twice: once for a normal exit and 650 CurCoro.Data->CurrentAwaitKind = AwaitKind::Normal;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyTIL.h | 1301 PH_MultiVal = 0, // Phi node has multiple distinct values. (Normal) 1718 bool normal() const { return Normal; } function in class:clang::threadSafety::SCFG 1782 bool Normal = false;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Overload.h | 85 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; 919 /// Normal lookup. 1069 OverloadCandidateParamOrder::Normal) { 1077 isNewCandidate(F, OverloadCandidateParamOrder::Normal);
|
| Sema.h | 1256 /// and block literals if the normal declaration context does not 1798 /// A normal translation unit fragment. For a non-module unit, this is the 1801 Normal, 2104 /// Apply the normal rules for complete types. In particular, 2106 Normal, 2108 /// Relax the normal rules for complete types so that they include 2112 // FIXME: Eventually we should flip the default to Normal and opt in 2255 return RequireCompleteType(Loc, T, CompleteTypeKind::Normal, Diagnoser); 2283 return RequireCompleteExprType(E, CompleteTypeKind::Normal, Diagnoser); 3997 /// expects a normal literal to be built and passed to it [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaLambda.cpp | 282 Normal, 288 } Kind = Normal; 321 case Normal: {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| TargetTransformInfo.h | 1086 Normal, ///< The cast is used with a normal load/store. 1359 /// As opposed to the normal scheme of p = phi (0, a) which allows the select
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| MallocChecker.cpp | 735 enum NotificationMode { Normal, ReallocationFailed }; 754 : Sym(S), Mode(Normal), FailedReallocSymbol(nullptr), 960 // Fall back to normal malloc behavior on platforms where we don't 966 // normal malloc on a None return. This works for the FreeBSD kernel malloc 1855 // Normal free. 3204 if (Mode == Normal) { 3316 Mode = Normal;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonConstPropagation.cpp | 111 enum { Normal, Top, Bottom }; 180 Kind = Normal; 566 Kind = Normal;
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Expr.h | 717 Normal, 733 ConstantExprKind Kind = ConstantExprKind::Normal) const; 2727 /// CallExpr itself represents a normal function call, e.g., "f(x, 2)",
|
| Type.h | 2879 /// Capture whether this is a normal array (e.g. int X[4]) 2884 Normal, Static, Star 6008 /// types: normal interfaces like `NSString`, and qualified interfaces, which
|