Searched refs:Auto (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWithColor.h42 Auto, member in class:llvm::ColorMode
63 ColorMode Mode = ColorMode::Auto);
74 ColorMode Mode = ColorMode::Auto)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DWithColor.cpp74 DisableColors ? ColorMode::Disable : ColorMode::Auto)
84 DisableColors ? ColorMode::Disable : ColorMode::Auto)
94 DisableColors ? ColorMode::Disable : ColorMode::Auto)
104 DisableColors ? ColorMode::Disable : ColorMode::Auto)
115 case ColorMode::Auto:
H A DSourceMgr.cpp475 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable;
560 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68hc11/
H A Dopers12.s33 addd 1,+x ; Pre-Auto inc
36 addd 1,sp+ ; Post-Auto inc
39 subd 1,-y ; Pre-Auto dec
42 addd 1,y- ; Post-Auto dec
H A Dopers12-dwarf2.d66 addd 1,\+x ; Pre\-Auto inc
72 addd 1,sp\+ ; Post\-Auto inc
78 subd 1,\-y ; Pre\-Auto dec
84 addd 1,y\- ; Post\-Auto dec
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Df7renames.sh19 Auto-generated file, do not change by hand.
H A Df7wraps.sh39 ;; Auto-generated file, do not change by hand.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Df7renames.sh19 Auto-generated file, do not change by hand.
H A Df7wraps.sh39 ;; Auto-generated file, do not change by hand.
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp22 Auto, ///< auto-detect mangling enumerator in enum:Style
34 cl::values(clEnumValN(Auto, "auto", "auto-detect style"),
36 cl::init(Auto));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h118 Auto = 38, // auto member in class:llvm::omp::OMPScheduleType
/netbsd-current/external/bsd/wpa/dist/src/eapol_auth/
H A Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator in enum:__anon6367
H A Deapol_auth_sm.c200 sm->portMode = Auto;
382 if ((sm->portControl == Auto && sm->portMode != sm->portControl) ||
547 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
632 if (sm->portControl != Auto || sm->initialize ||
671 if (sm->initialize || sm->portControl != Auto) {
814 sm->portControl = Auto;
1138 else if (os_strcmp(value, "Auto") == 0)
1139 sm->portControl = Auto;
H A Deapol_auth_dump.c21 case Auto: return "Auto";
/netbsd-current/external/bsd/bc/dist/
H A Dbc.y99 %token <i_value> Scale Ibase Obase Auto Read Random
386 | Auto define_list ENDOFLINE
388 | Auto define_list ';'
H A Dscan.l235 auto return(Auto);
/netbsd-current/external/bsd/wpa/dist/src/eapol_supp/
H A Deapol_supp_sm.h17 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator in enum:__anon124
H A Deapol_supp_sm.c226 sm->sPortMode = Auto;
356 else if (((sm->portControl == Auto) &&
1073 case Auto:
1074 return "Auto";
2103 sm->portControl = Auto;
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp114 TKCASE(Auto);
468 case Type::Auto:
516 case Type::Auto:
607 TKIND(Auto);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1650 : AutoTypeKeyword::Auto;
3189 TypeSourceInfo *TrailingTSI, AutoType *Auto,
3212 IsParameterPack, /*HasTypeConstraint=*/Auto->isConstrained());
3217 if (Auto->isConstrained()) {
3353 AutoType *Auto = dyn_cast<AutoType>(Deduced); local
3359 (Auto && Auto->getKeyword() != AutoTypeKeyword::GNUAutoType);
3379 if (!SemaRef.getLangOpts().CPlusPlus20 || !Auto ||
3380 Auto->getKeyword() != AutoTypeKeyword::Auto) {
3188 InventTemplateParameter(TypeProcessingState &state, QualType T, TypeSourceInfo *TrailingTSI, AutoType *Auto, InventedTemplateParameterInfo &Info) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2-ldstwm.sml0 (* Auto-generate Nios II R2 CDX ldwm/stwm/push.n/pop.n patterns
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2-ldstwm.sml0 (* Auto-generate Nios II R2 CDX ldwm/stwm/push.n/pop.n patterns
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp210 case Type::Auto:
1139 case AutoTypeKeyword::Auto: OS << "auto"; break;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-ldmstm.ml0 (* Auto-generate ARM ldm/stm patterns
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-ldmstm.ml0 (* Auto-generate ARM ldm/stm patterns

Completed in 363 milliseconds

123