HomeSort by: relevance | last modified time | path
    Searched defs:Standard (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 145 enum DeadStoreKind { Standard, Enclosing, DeadIncrement, DeadInit };
247 case Standard:
357 : (isIncrement(VD,B) ? DeadIncrement : Standard);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 38 Standard, // Only allow fusion of 'blessed' ops (currently just fmuladd).
348 /// Standard mode - allow fusion only for 'blessed' FP ops. At present the
358 FPOpFusion::FPOpFusionMode AllowFPOpFusion = FPOpFusion::Standard;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/
tzdb.cc 220 enum Indicator : unsigned char { Wall, Universal, Standard, Daylight };
228 return {Standard, true};
382 // Select one of "STD/DST" for standard or daylight.
461 // STDOFF: Seconds from UTC during standard time.
578 || when.indicator == at_time::Standard)
602 ? at_time::Standard
814 // zone's standard time, because daylight time would need non-zero offset.
819 // rule changes always occur between periods of standard time.
871 else if (rule.when.indicator == at_time::Standard)
918 else if (rule.when.indicator == at_time::Standard)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 3050 /// present. Option ``Standard: Cpp03`` takes precedence.
3199 /// Parse and format C++ constructs compatible with this standard.
3204 LanguageStandard Standard;
3381 Standard == R.Standard &&
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 220 /// Conversion only allowed in the C standard (e.g. void* to char*).
223 /// Conversion not allowed by the C standard, but that we accept as an
231 /// standard conversion sequence according to C++11 [dcl.init.list]p7.
251 /// StandardConversionSequence - represents a standard conversion
252 /// sequence (C++ 13.3.3.1.1). A standard conversion sequence
257 /// we can keep the size of a standard conversion sequence to a
374 /// Represents the standard conversion that occurs before
379 /// (12.3.1), the initial standard conversion sequence converts
382 /// a conversion function (12.3.2), the initial standard
389 /// a standard conversion. In this case, 'Before' field must be ignored
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 180 NearStdCall = 0x07, // near standard call
181 FarStdCall = 0x08, // far standard call
549 Standard,

Completed in 37 milliseconds