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

  /frameworks/native/opengl/tools/glgen/src/
CType.java 17 public class CType {
23 public CType() {
26 public CType(String baseType) {
30 public CType(String baseType, boolean isConst, boolean isPointer) {
110 if (o != null && o instanceof CType) {
111 CType c = (CType)o;
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 44 unsigned int CType : 4;
  /external/llvm/lib/CodeGen/
Analysis.cpp 134 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
135 if (CType == TargetLowering::C_Memory)
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 443 typedef bool CType;
445 CType trueResult() { return true; }
446 bool notTrue(CType ct) { return !ct; }
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3875 inline ::google::protobuf::FieldOptions_CType FieldOptions::ctype() const { function in class:google::protobuf::FieldOptions
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 5037 inline ::google::protobuf::FieldOptions_CType FieldOptions::ctype() const { function in class:google::protobuf::FieldOptions
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 259 milliseconds