Home
last modified time | relevance | path

Searched refs:FormatType (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DBluetooth.h29 UINT8 FormatType : 2; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp200 static Format FormatType = Default; variable
1023 switch (FormatType) { in performWriteOperation()
1384 FormatType = StringSwitch<Format>(Match) in ar_main()
1392 if (FormatType == Unknown) in ar_main()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp138 auto FormatType = in ParseArgs() local
144 if (!FormatType) { in ParseArgs()
150 Format = *FormatType; in ParseArgs()