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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h 31 /// Class representing optional flags with location and representation
35 OptionalFlag(const char *Representation)
36 : representation(Representation), flag(false) {}
49 const char *toString() const { return representation; }
58 const char *representation; member in class:clang::analyze_format_string::OptionalFlag
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2621 memory representation, and these cannot always be backformed from
2628 representation; member in struct:gfc_expr
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2531 memory representation, and these cannot always be backformed from
2538 representation; member in struct:gfc_expr

Completed in 38 milliseconds