Home
last modified time | relevance | path

Searched refs:NoCall (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_calltip.py230 class NoCall: class
233 class CallA(NoCall):
236 class CallB(NoCall):
240 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
241 (NoCall(), ''), (CallA(), '(ci)'),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp155 static cl::opt<bool> NoCall("spp-no-call", cl::Hidden, cl::init(false));
462 static bool enableCallSafepoints(Function &F) { return !NoCall; } in enableCallSafepoints()

Completed in 4 milliseconds