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

  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 243 for (ParseHelper PH(CommentStart, CommentStart+CommentLen); !PH.Done();) {
245 if (!PH.Search("expected"))
247 PH.Advance();
250 if (!PH.Next("-"))
252 PH.Advance();
256 if (PH.Next("error"))
258 else if (PH.Next("warning"))
260 else if (PH.Next("note"))
264 PH.Advance()
    [all...]
  /external/pcre/
makevp.bat 2 :: PH 19-03-07 renamed !compile.txt and !linklib.txt as makevp-compile.txt and
4 :: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and
6 :: PH 29-03-07 hopefully the final rename to makevp_c and makevp_l
  /external/collada/include/1.4/dom/
domPolygons.h 40 * The ph element descripes a polygon with holes.
45 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PH; }
203 * The ph element descripes a polygon with holes. @see domPh
280 * Gets the ph element array.
281 * @return Returns a reference to the array of ph elements.
285 * Gets the ph element array.
286 * @return Returns a constant reference to the array of ph elements.
domTypes.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
IndVarSimplify.cpp 117 void HandleFloatingPointIV(Loop *L, PHINode *PH);
    [all...]

Completed in 123 milliseconds