Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Ddelay-parsing-cplusfuncs.mm39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
/minix3/libexec/getty/
H A Dgettytab.h136 #define O2 gettynums[24].value macro
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp447 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1307 const Value *O2 = GetUnderlyingObject(V2, DL, MaxLookupSearchDepth); in aliasCheck() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2046 Value *O1 = S1->getOperand(o), *O2 = S2->getOperand(o); in findBestDAGFor() local