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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h 49 // Optimization: Most pointers expected to be unspecified. When a symbol has an
50 // unspecified or nonnull type non of the rules would indicate any problem for
60 Unspecified,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit };
35 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong };
38 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned };
40 enum class TypeSpecifiersPipe { Unspecified, Pipe };
309 /// unspecified. This captures a (fairly rare) case where we
312 Unspecified,
321 /// ordering is: Unspecified < Nullable < NonNull.
356 Unspecified = 3,
LangOptions.h 190 Unspecified,
311 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 44 enum LVEnableState { Unspecified, Enable, Disable, Full };
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 38 Unspecified,
85 /// Create a location whose rule is set to Unspecified. This means the
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 29 Unspecified,
148 FileFormat InputFormat = FileFormat::Unspecified;
150 FileFormat OutputFormat = FileFormat::Unspecified;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 51 Unspecified,
64 Unspecified,
88 Unspecified,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 1448 : ConstexprSpecKind::Unspecified,
1487 /*isInline=*/true, ConstexprSpecKind::Unspecified,
1555 /*isInline=*/true, ExplicitSpecifier(), ConstexprSpecKind::Unspecified,
1585 // initializations are performed in the (unspecified) order in
1920 : ConstexprSpecKind::Unspecified);
SemaExprObjC.cpp 1586 static const uint8_t Unspecified = 3;
1588 // None NonNull Nullable Unspecified
1590 /* NonNull */ { None, NonNull, Nullable, Unspecified },
1592 /* Unspecified */ { None, Unspecified, Nullable, Unspecified }
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 960 /* Unspecified memory size. */
961 Unspecified,
1004 unsigned int unspecified:1;
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 947 /* Unspecified memory size. */
948 Unspecified,
991 unsigned int unspecified:1;
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 913 /* Unspecified memory size. */
914 Unspecified,
957 unsigned int unspecified:1;
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 947 /* Unspecified memory size. */
948 Unspecified,
991 unsigned int unspecified:1;

Completed in 74 milliseconds