Searched refs:Normal (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h39 Normal, enumerator in enum:clang::ModuleLoadResult::LoadResultKind
55 ModuleLoadResult(Module *M) : Storage(M, Normal) {}
62 bool isNormal() const { return Storage.getInt() == Normal; }
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h21 Normal, member in class:lldb_private::CompletionMode
144 CompletionMode mode = CompletionMode::Normal) {
154 template <CompletionMode M = CompletionMode::Normal>
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Drepeat127 "$msg_normal") repeat_rate_to_set="normal" ;; # "Normal" keyboard repeat rate
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp84 InlineeLinesSignature Sig = InlineeLinesSignature::Normal;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h32 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE member in class:llvm::codeview::InlineeLinesSignature
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp29 enum Kind { Normal, Unrolled } K; enumerator in enum:LoopState::Kind
39 return LoopState(Normal, S, L, N);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h85 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; member in class:clang::OverloadCandidateParamOrder
899 /// Normal lookup.
1038 OverloadCandidateParamOrder::Normal) {
1046 isNewCandidate(F, OverloadCandidateParamOrder::Normal);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp46 bool &Normal, bool Bold) {
54 if (Normal)
61 Normal = !Normal;
753 bool Normal = true;
754 applyTemplateHighlighting(OS, Message, Normal, Bold);
755 assert(Normal && "Formatting should have returned to normal");
45 applyTemplateHighlighting(raw_ostream &OS, StringRef Str, bool &Normal, bool Bold) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp26 enum class AwaitKind { Init, Normal, Yield, Final }; member in class:__anon438::AwaitKind
118 case AwaitKind::Normal:
637 CurCoro.Data->CurrentAwaitKind = AwaitKind::Normal;
H A DCGOpenMPRuntimeNVPTX.cpp286 Type = C.getConstantArrayType(Type, ArraySize, nullptr, ArrayType::Normal,
4315 C.getConstantArrayType(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal,
5106 C.CharTy, ArySize, nullptr, ArrayType::Normal, /*IndexTypeQuals=*/0);
5133 C.CharTy, ArySize, nullptr, ArrayType::Normal, /*IndexTypeQuals=*/0);
5166 C.getConstantArrayType(StaticTy, Size1, nullptr, ArrayType::Normal,
5170 C.getConstantArrayType(Arr1Ty, Size2, nullptr, ArrayType::Normal,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp127 QualType Ty = ASTCtx.getIncompleteArrayType(ElemTy, ArrayType::Normal, 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp282 Normal, enumerator in enum:ContextKind
288 } Kind = Normal;
321 case Normal: {
H A DSemaModule.cpp281 ActOnEndOfTranslationUnitFragment(TUFragmentKind::Normal);
H A DSemaType.cpp2331 ASM = ArrayType::Normal;
2375 } else if (ASM != ArrayType::Normal || Quals != 0)
4615 ASM = ArrayType::Normal;
4621 ASM = ArrayType::Normal;
4635 ASM = ArrayType::Normal;
4646 ASM = ArrayType::Normal;
H A DSema.cpp993 : TUFragmentKind::Normal);
1148 nullptr, ArrayType::Normal, 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp447 if (CAT->getSizeModifier() == ArrayType::Normal)
H A DTextNodeDumper.cpp1075 case ArrayType::Normal:
H A DASTContext.cpp3488 ArrayType::Normal,
7646 Size, nullptr, ArrayType::Normal, 0);
7700 VaListTagType, Size, nullptr, ArrayType::Normal, 0);
7708 Context->IntTy, Size, nullptr, ArrayType::Normal, 0);
7803 VaListTagType, Size, nullptr, ArrayType::Normal, 0);
10213 // always be deferred. Normal inline functions can be deferred in C99/C++.
10501 ArrayType::Normal, /*IndexTypeQuals*/ 0);
H A DJSONNodeDumper.cpp569 case ArrayType::Normal:
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp674 enum NotificationMode { Normal, ReallocationFailed }; enumerator in enum:__anon815::final::NotificationMode
693 : Sym(S), Mode(Normal), FailedReallocSymbol(nullptr),
1897 // Normal free.
3218 if (Mode == Normal) {
3328 Mode = Normal;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp212 is_dir ? CompletionMode::Partial : CompletionMode::Normal;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp879 case ArrayType::Normal:
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1299 PH_MultiVal = 0, // Phi node has multiple distinct values. (Normal)
1716 bool normal() const { return Normal; }
1780 bool Normal = false; member in class:clang::threadSafety::SCFG
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp996 case CompletionMode::Normal: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp110 enum { Normal, Top, Bottom }; enumerator in enum:__anon2231::LatticeCell::__anon2233
179 Kind = Normal;
567 Kind = Normal;

Completed in 602 milliseconds

12