Searched defs:Try (Results 1 - 6 of 6) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
H A Dlock.cc33 bool Lock::Try() { function in class:sfntly::Lock
58 bool Lock::Try() {
/external/libpng/contrib/visupng/
H A Dcexcept.h69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
108 are used by a Try/Catch statement. It does no harm to initialize
112 Try/Catch statement.
115 Try statement
118 The Try/Catch/Throw macros are capitalized in order to avoid
122 A Try/Catch statement has a syntax similar to an if/else statement,
132 If a Throw that uses the same exception context as the Try/Catch is
133 executed within the Try clause (typically within a function called
134 by the Try claus
211 #define Try macro
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp37 constexpr Board tryBoard(const Board &Try, argument
39 return Try.Failed ? buildBoardScan(N, Col, Row, B) : Try;
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCode.java25 private final Try[] tries;
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
59 public Try[] getTries() {
67 public static class Try { class in class:Code
72 Try(int startAddress, int instructionCount, int handlerOffset) { method in class:Code.Try
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp391 size_t Try = 0; local
393 while (Try < BaseRegsSize && !isa<SCEVAddRecExpr>(ScaledReg))
394 std::swap(ScaledReg, BaseRegs[Try++]);
3586 // Try to unscale the formula to generate a better scale.
/external/clang/lib/Sema/
H A DSemaStmt.cpp3299 Sema::ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, argument
3306 return ObjCAtTryStmt::Create(Context, AtLoc, Try, CatchStmts.data(),

Completed in 370 milliseconds