OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:call_pred
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
ref_2.pass.cpp
24
bool
call_pred
( T pred ) { return pred(5); }
function
38
assert(
call_pred
(cp));
40
assert(
call_pred
(std::ref(cp)));
/external/llvm/lib/Target/ARM/
ARMISelLowering.h
44
CALL_PRED
, // Function call that's predicable.
ARMISelLowering.cpp
[
all
...]
ARMInstrInfo.td
117
def ARMcall_pred : SDNode<"ARMISD::
CALL_PRED
", SDT_ARMcall,
[
all
...]
Completed in 527 milliseconds