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

  /external/clang/lib/AST/
ExprClassification.cpp 70 Cl::ModifiableType modifiable = Cl::CM_Untested; local
72 modifiable = IsModifiable(Ctx, this, kind, *Loc);
73 return Classification(kind, modifiable);
570 // Functions are lvalues in C++, but not modifiable. (C++ [basic.lval]p6)
582 // Const stuff is obviously not modifiable.
586 // Arrays are not modifiable, only their elements are.
589 // Incomplete types are not modifiable.
593 // Records with any const fields (recursively) are not modifiable.
658 llvm_unreachable("Unhandled modifiable type");
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java 22 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE;
347 Iterable<T> unmodifiable, Iterable<T> modifiable) {
351 unmodifiable.iterator(), modifiable.iterator());
509 new IteratorTester<Integer>(4, MODIFIABLE, newHashSet(1),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 176 milliseconds