Home
last modified time | relevance | path

Searched defs:O1 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaObjCXX/
Ddelay-parsing-cplusfuncs.mm39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; } category
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp439 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1215 const Value *O1 = GetUnderlyingObject(V1, DL, MaxLookupSearchDepth); in aliasCheck() local
/external/llvm/unittests/IR/
DInstructionsTest.cpp399 FPMathOperator *O1 = cast<FPMathOperator>(V1); in TEST() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2046 Value *O1 = S1->getOperand(o), *O2 = S2->getOperand(o); in findBestDAGFor() local