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

  /frameworks/rs/
spec.h 14 int isConst;
  /frameworks/support/renderscript/v8/rs_support/
spec.h 14 int isConst;
  /frameworks/compile/slang/
slang_rs_export_var.h 55 inline bool isConst() const { return mIsConst; }
  /frameworks/native/opengl/tools/glgen/src/
CType.java 20 boolean isConst;
30 public CType(String baseType, boolean isConst, boolean isPointer) {
32 setIsConst(isConst);
40 public void setIsConst(boolean isConst) {
41 this.isConst = isConst;
44 public boolean isConst() {
45 return isConst;
73 return isConst && isPointer && baseType.equals("char");
91 if (isConst()) {
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 93 bool isConst(unsigned ID) const {
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 758 for(k = 0; k < num_compile_entries; k++) compileTable[k].isConst = false;
808 //set isConst to true for CONST & MOVE MOVE_OBJ?
809 //clear isConst to true for MOVE, MOVE_OBJ, MOVE_RESULT, MOVE_EXCEPTION ...
810 bool isConst = getConstInfo(bb); //will reset isConst if a VR is updated by the bytecode
    [all...]
AnalysisO1.h 196 bool isConst;
244 bool isConst;
LowerHelper.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 237 bool isConst = GVar && GVar->isConstant();
238 if (isConst) {
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 483 bool isConst = T.isConstQualified();
484 T = isConst ? Context->getObjCIdType().withConst()
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 552 milliseconds