Searched refs:Standard (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h80 LanguageStandard Standard; member in struct:clang::format::FormatStyle
292 Standard == R.Standard && TabWidth == R.TabWidth &&
360 /// \param Standard determines lexing mode: LC_Cpp11 and LS_Auto turn on C++11
362 LangOptions getFormattingLangOpts(FormatStyle::LanguageStandard Standard =
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h36 Standard, // Only allow fusion of 'blessed' ops (currently just fmuladd). enumerator in enum:llvm::FPOpFusion::FPOpFusionMode
54 FloatABIType(FloatABI::Default), AllowFPOpFusion(FPOpFusion::Standard)
181 /// Standard mode - allow fusion only for 'blessed' FP ops. At present the
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.h154 cl::init(FPOpFusion::Standard),
158 clEnumValN(FPOpFusion::Standard, "on",
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp518 OS << "Standard conversion: ";
519 Standard.dump();
1148 ICS.Standard.setAsIdentityConversion();
1149 ICS.Standard.setFromType(From->getType());
1150 ICS.Standard.setAllToTypes(ToType);
1151 ICS.Standard.CopyConstructor = Constructor;
1153 ICS.Standard.Second = ICK_Derived_To_Base;
1219 ICS.Standard, CStyle, AllowObjCWritebackConversion)){
1241 ICS.Standard.setAsIdentityConversion();
1242 ICS.Standard
[all...]
H A DSemaInit.cpp3581 ICS.Standard = Best->FinalConversion;
3582 T2 = ICS.Standard.getToType(2);
4202 ICS.Standard = Best->FinalConversion;
4360 ICS.Standard.setAsIdentityConversion();
4364 ICS.Standard.First = ICK_Array_To_Pointer;
4367 ICS.Standard.First = ICK_Lvalue_To_Rvalue;
4635 // (possibly converted) value of the initializer expression. Standard
4649 ICS.Standard.Second == ICK_Writeback_Conversion) {
4659 if (ICS.Standard.First == ICK_Array_To_Pointer ||
4660 ICS.Standard
[all...]
H A DSemaExprCXX.cpp2586 ExprResult Res = PerformImplicitConversion(From, ToType, ICS.Standard,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h426 StandardConversionSequence Standard; member in union:clang::ImplicitConversionSequence::__anon3035
453 case StandardConversion: Standard = Other.Standard; break;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp134 enum DeadStoreKind { Standard, Enclosing, DeadIncrement, DeadInit }; enumerator in enum:__anon3544::DeadStoreObs::DeadStoreKind
190 case Standard:
291 : (isIncrement(VD,B) ? DeadIncrement : Standard);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDwarf.cpp644 const char *llvm::dwarf::LNStandardString(unsigned Standard) { argument
645 switch (Standard) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp155 IO.mapOptional("Standard", Style.Standard);
217 LLVMStyle.Standard = FormatStyle::LS_Cpp03;
264 GoogleStyle.Standard = FormatStyle::LS_Auto;
288 ChromiumStyle.Standard = FormatStyle::LS_Cpp03;
1325 if (Style.Standard == FormatStyle::LS_Auto) {
1326 Style.Standard = HasCpp03IncompatibleFormat ? FormatStyle::LS_Cpp11
1377 getFormattingLangOpts(Style.Standard));
1388 LangOptions getFormattingLangOpts(FormatStyle::LanguageStandard Standard) { argument
1391 LangOpts.CPlusPlus11 = Standard
[all...]
H A DTokenAnnotator.cpp1250 return (Left.is(tok::less) && Style.Standard == FormatStyle::LS_Cpp03) ||
1361 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp468 Options.AllowFPOpFusion = llvm::FPOpFusion::Standard;
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DDwarf.h652 // Line Number Standard Opcode Encodings
827 const char *LNStandardString(unsigned Standard);
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src232 # Standard for Linux and open-source BSD systems. Some vendors (notably Sun)
451 # Binary Compatibility Standard (level 2) that fit within terminfo.
454 ibcs2|Intel Binary Compatibility Standard prescriptions,
2021 # 1 1 0 1 1 1 1 1 0 1 0 0 0 0 1 0 <--Standard Settings
7130 # 2: Alternate character set Standard character set
9312 el=\EK, home=\EH, is2=K0 Standard Kermit 9-25-84\n,
9316 is2=K1 Standard Kermit plus Automatic Margins\n,
16343 # (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
19901 # Related standards include "X3.4-1977: American National Standard Code for
19904 # American National Standard fo
[all...]

Completed in 495 milliseconds