Home
last modified time | relevance | path

Searched refs:Auto (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp96 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error()
106 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning()
116 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note()
126 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark()
137 case ColorMode::Auto: in colorsEnabled()
H A DSourceMgr.cpp486 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable; in print()
570 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable; in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h43 Auto,
63 ColorMode Mode = ColorMode::Auto);
73 bool Bold = false, bool BG = false, ColorMode Mode = ColorMode::Auto)
42 Auto, global() enumerator
/freebsd/usr.sbin/bsdconfig/mouse/include/
H A Dmessages.subr27 msg_auto="Auto"
73Auto\", regardless of the model and the brand\nof the mouse. All other protocol types are for ser…
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c201 sm->portMode = Auto; in SM_STATE()
394 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP()
560 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
645 if (sm->portControl != Auto || sm->initialize || in SM_STEP()
686 if (sm->initialize || sm->portControl != Auto) { in SM_STEP()
831 sm->portControl = Auto; in eapol_auth_alloc()
1136 sm->portControl = Auto; in eapol_auth_set_conf()
H A Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
H A Deapol_auth_dump.c21 case Auto: return "Auto"; in port_type_txt()
/freebsd/lib/libifconfig/
H A DSymbol.map63 /* Auto-generated. */
/freebsd/contrib/tcpdump/
H A DMakefile-devel-adds2 # Auto-regenerate configure script or Makefile when things change.
/freebsd/contrib/libpcap/
H A DMakefile-devel-adds2 # Auto-regenerate configure script or Makefile when things change.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h174 Auto, enumerator
308 case OpenACCClauseKind::Auto: in printOpenACCClauseKind()
H A DOpenACCClauses.def24 VISIT_CLAUSE(Auto)
/freebsd/contrib/file/
H A DREADME.DEVELOPER5 ## Auto files
/freebsd/tools/tools/net80211/scripts/
H A Dconfig21 # Auto-detect WIRED and WIRELESS.
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos850-pinctrl.dtsi225 /* USI_CMGP0: UART function (4 pins, Auto Flow Control) */
232 /* USI_CMGP0: UART function (2 pins, Non-Auto Flow Control) */
255 /* USI_CMGP1: UART function (4 pins, Auto Flow Control) */
262 /* USI_CMGP1: UART function (2 pins, Non-Auto Flow Control) */
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def49 TYPE_BIT_CODE(Auto, AUTO, 38)
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSchedule.td54 // Auto-generated itinerary classes
/freebsd/contrib/libcbor/
H A D.clang-format144 Standard: Auto
/freebsd/contrib/ntp/
H A DREADME.refclocks25 NIST_ACTS 18 /* NIST Auto Computer Time Service */
/freebsd/libexec/getty/
H A Dgettytab193 # Auto-baud speed detect entry for Micom 600.
197 A|Auto-baud:\
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp237 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; enumerator
241 cl::init(LLJITPlatform::Auto),
242 cl::values(clEnumValN(LLJITPlatform::Auto, "Auto",
1006 if (P == LLJITPlatform::Auto) in runOrcJIT()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_SIGNATURE-RSA.pod69 Auto detect the salt length.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1298 : AutoTypeKeyword::Auto; in ConvertDeclSpecToType()
2966 TypeSourceInfo *TrailingTSI, AutoType *Auto, in InventTemplateParameter() argument
2989 IsParameterPack, /*HasTypeConstraint=*/Auto->isConstrained()); in InventTemplateParameter()
2994 if (Auto->isConstrained()) { in InventTemplateParameter()
3140 AutoType *Auto = dyn_cast<AutoType>(Deduced); in GetDeclSpecTypeForDeclarator() local
3146 (Auto && Auto->getKeyword() != AutoTypeKeyword::GNUAutoType); in GetDeclSpecTypeForDeclarator()
3166 if (!SemaRef.getLangOpts().CPlusPlus20 || !Auto || in GetDeclSpecTypeForDeclarator()
3167 Auto->getKeyword() != AutoTypeKeyword::Auto) { in GetDeclSpecTypeForDeclarator()
3178 if (!SemaRef.getLangOpts().CPlusPlus14 && Auto && in GetDeclSpecTypeForDeclarator()
3179 Auto->getKeyword() == AutoTypeKeyword::Auto) { in GetDeclSpecTypeForDeclarator()
[all …]
/freebsd/contrib/dialog/
H A DREADME11 like as Resolution-independence, Auto-sizing, Maximizing, more widget
/freebsd/sys/dev/ath/ath_hal/ar9001/
H A Dar9160.ini17 /* Auto Generated PCI Register Writes. Created: 05/22/08 */
631 /* Auto generated PCI Register Writes for SOWL1.0 ADDAC Shift Chain */
667 /* Auto generated PCI Register Writes for SOWL1.1 ADDAC Shift Chain */

1234