Searched defs:Flavor (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h37 enum Flavor { Scalar, Complex, Aggregate }; enum in class:clang::CodeGen::RValue
40 llvm::PointerIntPair<llvm::Value *, 2, Flavor> V1;
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1993 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg, argument
1999 switch (Flavor) {
2080 FindDependencies(DependenceKind Flavor, argument
2113 if (Depends(Flavor, Inst, Arg, PA)) {

Completed in 82 milliseconds