HomeSort by relevance Sort by last modified time
    Searched refs:stmt (Results 151 - 175 of 263) sorted by null

1 2 3 4 5 67 8 91011

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 150 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const Stmt *stmt,
160 SymbolRef sym = SymMgr.conjureSymbol(stmt, LCtx, type, visitCount);
252 case Stmt::AddrLabelExprClass:
255 case Stmt::CXXScalarValueInitExprClass:
256 case Stmt::ImplicitValueInitExprClass:
259 case Stmt::ObjCStringLiteralClass: {
264 case Stmt::StringLiteralClass: {
271 case Stmt::CharacterLiteralClass: {
276 case Stmt::CXXBoolLiteralExprClass
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 731 /* add stmt to a bb */
732 #define stmt(_bb,_stmt) \ macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 39 gimple stmt; variable
90 /* Map gimple stmt to tree label (or list of labels) for transaction
198 this marker node is uniquely identified by having null stmt *and* a
217 /* This node is inserted and used to mark the end of the uses for a stmt. */
233 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
235 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
236 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
238 (void) ((STMT) = next_imm_use_stmt (&(ITER))))
251 get access to each occurrence of ssavar on the stmt returned by
254 FOR_EACH_IMM_USE_STMT (stmt, iter, var
    [all...]
cfgloop.h 56 /* The statement STMT is executed at most ... */
57 gimple stmt; variable
64 of executions of STMT).
  /external/v8/src/interpreter/
bytecode-array-builder.h 259 void SetStatementPosition(Statement* stmt);
bytecode-array-builder.cc 638 void BytecodeArrayBuilder::SetStatementPosition(Statement* stmt) {
639 if (stmt->position() == RelocInfo::kNoPosition) return;
640 latest_source_info_.MakeStatementPosition(stmt->position());
  /toolchain/binutils/binutils-2.25/ld/
ldlang.h 490 lang_statement_union_type **stmt; member in struct:orphan_save
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 319 static void stmt ( IRStmt* st ) function
326 stmt( IRStmt_WrTmp(dst, e) );
331 stmt( IRStmt_Store(Iend_LE, addr, data) );
340 stmt( IRStmt_StoreG(Iend_LE, addr, data,
372 stmt( IRStmt_LoadG(Iend_LE, cvt, dst, addr, alt,
572 stmt( IRStmt_Put(integerGuestRegOffset(iregNo), e) );
710 stmt( IRStmt_Put(doubleGuestRegOffset(dregNo), e) );
753 stmt( IRStmt_Put(doubleGuestRegOffset(dregNo), e) );
819 stmt( IRStmt_Put(quadGuestRegOffset(qregNo), e) );
878 stmt( IRStmt_Put(floatGuestRegOffset(fregNo), e) )
    [all...]
guest_arm64_toIR.c 296 static void stmt ( IRStmt* st ) function
303 stmt( IRStmt_WrTmp(dst, e) );
308 stmt( IRStmt_Store(Iend_LE, addr, data) );
317 //ZZ stmt( IRStmt_StoreG(Iend_LE, addr, data,
349 //ZZ stmt( IRStmt_LoadG(Iend_LE, cvt, dst, addr, alt,
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 646 void addStatement (const StatementP& stmt)
648 m_statements.push_back(stmt);
688 ostream& operator<<(ostream& os, const Statement& stmt)
690 stmt.print(os);
4931 StatementP stmt = variableAssignment(variables.out0, expr); local
4989 StatementP stmt = variableAssignment(variables.out0, expr); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_builtin.py 861 for stmt in (
869 exec(stmt) in globals()
873 self.fail(stmt)
907 for stmt in (
915 exec(stmt) in globals()
919 self.fail(stmt)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_builtin.py 861 for stmt in (
869 exec(stmt) in globals()
873 self.fail(stmt)
907 for stmt in (
915 exec(stmt) in globals()
919 self.fail(stmt)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py 861 for stmt in (
869 exec(stmt) in globals()
873 self.fail(stmt)
907 for stmt in (
915 exec(stmt) in globals()
919 self.fail(stmt)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py 861 for stmt in (
869 exec(stmt) in globals()
873 self.fail(stmt)
907 for stmt in (
915 exec(stmt) in globals()
919 self.fail(stmt)
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 124 typedef internal::Matcher<Stmt> StatementMatcher;
184 /// Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>
186 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) {
205 /// Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>
207 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) {
230 /// Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>
232 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc),
874 /// stmt()
876 const internal::VariadicAllOfMatcher<Stmt> stmt; member in namespace:clang::ast_matchers
    [all...]
  /external/v8/src/parsing/
rewriter.cc 88 void VisitIterationStatement(IterationStatement* stmt);
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 566 milliseconds

1 2 3 4 5 67 8 91011