Searched defs:With (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp73 /// Return true if it is only used in equality comparisons with With.
74 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { argument
77 if (IC->isEquality() && IC->getOperand(1) == With)
511 // With a null EndPtr, this function won't capture the main argument.
2134 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) {
2136 Replacer(I, With);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
299 // Implements the .With() clause.
300 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
303 ".With() cannot appear "
341 // .With(multi-argument-matcher)
706 // If this mock method has an extra matcher (i.e. .With(matcher)),
898 // Implements the .With() clause.
899 TypedExpectation& With(cons
[all...]
H A Dgmock-generated-function-mockers.h67 MockSpec<F>& With() { function in class:testing::internal::FunctionMocker
87 MockSpec<F>& With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
198 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
223 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
248 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
273 MockSpec<F>& With(cons function in class:testing::internal::FunctionMocker
300 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
304 // Implements the .With() clause.
305 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
308 ".With() cannot appear "
346 // .With(multi-argument-matcher)
715 // If this mock method has an extra matcher (i.e. .With(matcher)),
909 // Implements the .With() clause.
910 TypedExpectation& With(cons
[all...]
H A Dgmock-generated-function-mockers.h71 MockSpec<F>& With() { function in class:testing::internal::FunctionMocker
91 MockSpec<F>& With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
276 MockSpec<F>& With(cons function in class:testing::internal::FunctionMocker
303 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
303 // Implements the .With() clause.
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
307 ".With() cannot appear "
345 // .With(multi-argument-matcher)
714 // If this mock method has an extra matcher (i.e. .With(matcher)),
906 // Implements the .With() clause.
907 TypedExpectation& With(cons
[all...]
H A Dgmock-generated-function-mockers.h71 MockSpec<F>& With() { function in class:testing::internal::FunctionMocker
91 MockSpec<F>& With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
276 MockSpec<F>& With(cons function in class:testing::internal::FunctionMocker
303 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
/external/python/cpython2/Lib/compiler/
H A Dast.py1378 class With(Node): class in inherits:Node
1401 return "With(%s, %s, %s)" % (repr(self.expr), repr(self.vars), repr(self.body))
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp499 void replaceCall(Value *With) { argument
500 CI->replaceAllUsesWith(With);
H A DSimplifyLibCalls.cpp114 /// comparisons with With.
115 static bool IsOnlyUsedInEqualityComparison(Value *V, Value *With) { argument
119 if (IC->isEquality() && IC->getOperand(1) == With)
591 // With a null EndPtr, this function won't capture the main argument.
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp780 void replaceCall(Value *With) { argument
781 NewInstruction = IC->ReplaceInstUsesWith(*CI, With);
/external/v8/src/inspector/
H A Ddebugger_script_externs.js156 With: 2,
/external/python/cpython2/Include/
H A DPython-ast.h134 } With; member in union:_stmt::__anon17306
414 #define With(a0, a1, a2, a3, a4, a5) _Py_With(a0, a1, a2, a3, a4, a5) macro
/external/python/cpython2/Python/
H A DPython-ast.c711 With_type = make_type("With", stmt_type, With_fields, 3);
1262 With(expr_ty context_expr, expr_ty optional_vars, asdl_seq * body, int lineno, function
1268 "field context_expr is required for With");
1275 p->v.With.context_expr = context_expr;
1276 p->v.With.optional_vars = optional_vars;
1277 p->v.With.body = body;
2386 value = ast2obj_expr(o->v.With.context_expr);
2391 value = ast2obj_expr(o->v.With.optional_vars);
2397 value = ast2obj_list(o->v.With.body, ast2obj_stmt);
4240 PyErr_SetString(PyExc_TypeError, "required field \"context_expr\" missing from With");
[all...]
/external/v8/src/debug/
H A Dmirrors.js185 With: 2,
/external/fmtlib/test/gmock/
H A Dgmock.h46 // .With(...) ?
49 // where With() is optional and WillByDefault() must appear exactly
53 // .With(...) ?
4627 // .With(multi-argument-matcher)
4630 // where the .With() clause is optional.
4636 // .With(multi-argument-matchers)
8623 // EXPECT_CALL(foo, Bar(_, _)).With(AllArgs(Eq()));
8627 // EXPECT_CALL(foo, Bar(_, _)).With(Eq());
8867 // Implements the .With() clause.
8868 OnCallSpec& With(cons function in class:testing::internal::OnCallSpec
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c1603 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1605 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1612 ** With SQLITE_ACCESS_READ, the xAccess method
3860 ** in order to find the underlying cause of the problem. With the "v2" prepare
4224 ** CAPI3REF: Index Of A Parameter With A Given Name
4400 ** ^With the "v2" interface, any of the other [result codes] or
4423 ** ^With the legacy interface, a more specific error code (for example,
5908 ** compile-time option is invoked. With [SQLITE_ENABLE_MEMORY_MANAGEMENT],
12234 typedef struct With With; typedef in typeref:struct:With
16189 struct With { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1603 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1605 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1612 ** With SQLITE_ACCESS_READ, the xAccess method
3860 ** in order to find the underlying cause of the problem. With the "v2" prepare
4224 ** CAPI3REF: Index Of A Parameter With A Given Name
4400 ** ^With the "v2" interface, any of the other [result codes] or
4423 ** ^With the legacy interface, a more specific error code (for example,
5908 ** compile-time option is invoked. With [SQLITE_ENABLE_MEMORY_MANAGEMENT],
12234 typedef struct With With; typedef in typeref:struct:With
16189 struct With { struct
[all...]

Completed in 1206 milliseconds