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

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
AMDGPUMetadataVerifier.h 11 /// well-typed metadata and untyped metadata. When verifying in the non-strict
30 /// In strict mode, metadata must already be well-typed.
32 /// In non-strict mode, metadata is coerced into expected types when possible.
34 bool Strict;
55 /// Strict mode.
56 MetadataVerifier(bool Strict) : Strict(Strict) {}
  /src/external/bsd/wpa/dist/src/common/
ieee802_1x_defs.h 68 Strict,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 39 Strict // Never fuse FP-ops.
351 /// Strict mode - allow fusion only if/when it can be proven that the excess
  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp 1832 bool Strict = false;
1833 // Whether the first non-strict attempt at reflowing did intentionally
1837 Current, State, AllowBreak, /*DryRun=*/true, Strict);
1839 // If non-strict reflowing exceeds the column limit, try whether strict
1844 /*DryRun=*/true, /*Strict=*/true)
1846 Strict = StrictPenalty <= Penalty;
1847 if (Strict) {
1856 Strict);
1985 bool DryRun, bool Strict) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 1642 bool Strict = N->isStrictFPOpcode();
1643 SDValue Src = N->getOperand(Strict ? 1 : 0);
1648 SDValue Chain = Strict ? N->getOperand(0) : DAG.getEntryNode();
1661 if (Strict) {
1683 if (Strict)
1690 if (Strict)
1726 if (Strict) {

Completed in 24 milliseconds