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

  /frameworks/rs/
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 &&
92 if (isConst()) {
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 94 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/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 525 bool isConst = T.isConstQualified();
526 T = isConst ? Context->getObjCIdType().withConst()
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 288 milliseconds