Home
last modified time | relevance | path

Searched defs:With (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault()
130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h319 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function
924 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function
1603 MockSpec<F> With(Matcher<Args>... m) { in With() function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts107 With, enumerator
DparserRealSource10.ts60 With, enumerator
/third_party/python/Objects/
Dframeobject.c95 With = 1, enumerator
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py340 class With(Stmt): class
/third_party/skia/third_party/externals/jinja2/
Dnodes.py341 class With(Stmt): class
/third_party/jinja2/
Dnodes.py341 class With(Stmt): class
/third_party/typescript/src/compiler/transformers/
Dgenerators.ts149 With, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp151 void replaceCall(Value *With) { in replaceCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp93 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
3194 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4259 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()
4267 if (Value *With = Simplifier.optimizeCall(CI)) { in tryOptimizeCall() local
/third_party/boost/libs/hof/doc/html/
Dsearchindex.js1 …ors","doc/src/building","doc/src/concepts","doc/src/configurations","doc/src/decorators","doc/src/…
/third_party/sqlite/src/
Dsqlite3.c14379 typedef struct With With; typedef
19073 struct With { struct
19076 With *pOuter; /* Containing WITH clause, or NULL */ argument
19077 Cte a[1]; /* For each CTE in the WITH clause.... */
/third_party/python/Include/internal/
Dpycore_ast.h273 } With; member