HomeSort by relevance Sort by last modified time
    Searched refs:BaseValue (Results 1 - 8 of 8) sorted by null

  /frameworks/base/tools/aapt2/
ResourceValues.h 127 struct BaseValue : public Value {
264 struct Attribute : public BaseValue<Attribute> {
284 struct Style : public BaseValue<Style> {
305 struct Array : public BaseValue<Array> {
313 struct Plural : public BaseValue<Plural> {
331 struct Styleable : public BaseValue<Styleable> {
ResourceValues.cpp 30 void BaseValue<Derived>::accept(RawValueVisitor* visitor) {
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 87 llvm::Value *BaseValue,
264 llvm::Value *BaseValue,
CGObjCRuntime.cpp 88 llvm::Value *BaseValue,
92 // Compute (type*) ( (char *) BaseValue + Offset)
95 llvm::Value *V = CGF.Builder.CreateBitCast(BaseValue, CGF.Int8PtrTy);
CGExpr.cpp     [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp 553 llvm::Value *BaseValue, const ObjCIvarDecl *Ivar,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 810 auto getStateForBDV = [&](Value *baseValue) {
811 if (isKnownBaseResult(baseValue))
812 return BDVState(baseValue);
813 auto I = States.find(baseValue);
    [all...]

Completed in 841 milliseconds