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

  /src/games/warp/
config.h 94 * This symbol indicates how much support of the void type is given by this
97 * 1 = supports declaration of void
98 * 2 = supports arrays of pointers to functions returning void
99 * 4 = supports comparisons between pointers to void functions and
100 * addresses of void functions
111 #define void int /* is void to be avoided? */ macro
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_ios.h 120 operator void*() const
147 void
156 void
163 void
256 void
471 void
478 void
489 void
493 void
504 void
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_ios.h 124 operator void*() const
151 void
160 void
167 void
260 void
475 void
482 void
493 void
497 void
508 void
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 183 virtual void print(raw_ostream &OS) const { OS << "AADepNode Impl\n"; }
213 void viewGraph();
216 void dumpGraph();
219 void print();
503 void getAttrs(ArrayRef<Attribute::AttrKind> AKs,
509 void removeAttrs(ArrayRef<Attribute::AttrKind> AKs) const {
572 /// Conversion into a void * to allow reuse of pointer hashing.
573 operator void *() const { return Enc.getOpaqueValue(); }
577 explicit IRPosition(void *Ptr, const CallBaseContext *CBContext = nullptr)
646 void verify()
    [all...]

Completed in 33 milliseconds