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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.h 84 Incomplete,
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.h 95 Incomplete,
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux.h 103 Incomplete,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.h 38 Incomplete,
72 return TBAAAccessInfo(TBAAAccessKind::Incomplete,
77 bool isIncomplete() const { return Kind == TBAAAccessKind::Incomplete; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h 75 /// Does DIE transitively refer an incomplete decl?
76 bool Incomplete : 1;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1881 Incomplete,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1858 // object or incomplete types shall not be restrict-qualified."
1874 // incomplete type.
2364 // C99 6.7.5.2p1: If the element type is an incomplete or function type,
5232 // is an incomplete type (C99 6.2.5p19) and function decls cannot
5233 // have parameters of incomplete type.
8315 // incomplete.
8322 // Incomplete array types may be completed by the initializer attached to
8346 /// incomplete.
8348 /// \returns \c true if the type of \p E is incomplete and diagnosed, \c false
8367 /// instantiation. If instantiation fails, or if @p T is incomplete
    [all...]

Completed in 42 milliseconds