HomeSort by relevance Sort by last modified time
    Searched refs:isConst (Results 1 - 25 of 30) sorted by null

1 2

  /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...]
JniCodeEmitter.java 498 if (!cfunc.getArgType(cIndex).isConst()) {
502 if (!cfunc.getArgType(cIndex).isConst()) {
    [all...]
  /frameworks/rs/
spec.h 14 int isConst;
spec.l 31 currType->isConst = 1;
101 currType->isConst = 1;
rsg_generator.c 26 if (vt->isConst) {
170 if (!vt->isConst && vt->ptrLevel) {
179 if (vt->isConst && vt->ptrLevel) {
259 if (vt->isConst && vt->ptrLevel) {
341 if ((vt->ptrLevel == 1) && (vt->isConst)) {
349 if ((vt->ptrLevel == 2) && (vt->isConst)) {
359 if ((vt->ptrLevel == 1) && (!vt->isConst)) {
367 if ((vt->ptrLevel == 2) && (!vt->isConst)) {
526 if (vt->isConst) {
567 if ((vt->ptrLevel == 1) && (!vt->isConst)) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_var.h 55 inline bool isConst() const { return mIsConst; }
slang_rs_reflection_cpp.cpp 175 if (!ev->isConst()) {
511 if (!EV->isConst()) {
521 if (EV->isConst()) {
545 if (!EV->isConst()) {
555 if (EV->isConst()) {
580 if (!EV->isConst()) {
595 if (EV->isConst()) {
slang_rs_reflection.cpp 906 if (EV->isConst()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 84 Module &M, bool isConst, unsigned AddrSpace) const;
144 Module &M, bool isConst, unsigned AddrSpace) const {
175 GlobalVariable *MergedGV = new GlobalVariable(M, MergedTy, isConst,
  /external/clang/include/clang/Basic/
Builtins.h 94 bool isConst(unsigned ID) const {
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp     [all...]
AnalysisO1.h 196 bool isConst;
244 bool isConst;
BytecodeVisitor.cpp 452 //! set "isConst" to false
469 constVRTable[indexL].isConst = false;
472 constVRTable[indexH].isConst = false;
477 //! set "isConst" to true
497 constVRTable[indexL].isConst = true;
505 constVRTable[indexH].isConst = true;
520 //compileTable[indexOrig].isConst = false;
542 //for other opcode, if update the register, set isConst to false
564 infoArray[entry].isConst = true;
737 infoArray[entry].isConst = true
    [all...]
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...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Type.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
DumpXML.cpp 979 setFlag("const", T->isConst());
DeclPrinter.cpp 454 if (FT->isConst())
    [all...]
ExprCXX.cpp     [all...]
Expr.cpp 524 if (FT->isConst())
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 603 !Method->isConst());
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 388 milliseconds

1 2