HomeSort by relevance Sort by last modified time
    Searched defs:CType (Results 1 - 7 of 7) 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/llvm/lib/CodeGen/
Analysis.cpp 133 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
134 if (CType == TargetLowering::C_Memory)
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 44 unsigned int CType : 4;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [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/valgrind/main/perf/
tinycc.c     [all...]

Completed in 781 milliseconds