HomeSort by relevance Sort by last modified time
    Searched defs:isProto (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/com/android/internal/util/dump/
DualDumpOutputStream.java 273 public boolean isProto() {
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 140 bool IsProto) {
142 FunctionDeclaration(Signature, CallingConv, Linkage, IsProto);
146 /// isProto implies that there isn't a (local) definition for the function.
147 bool isProto() const { return IsProto; }
153 bool getSuppressMangling() const final { return isExternal() && IsProto; }
195 const bool IsProto;
199 llvm::GlobalValue::LinkageTypes Linkage, bool IsProto)
201 Signature(Signature), CallingConv(CallingConv), IsProto(IsProto) {}
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 351 milliseconds