OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_equal
(Results
1 - 1
of
1
) sorted by null
/external/llvm/include/llvm/ADT/
ilist.h
330
static bool
op_equal
(NodeTy &L, NodeTy &R) { return L == R; }
function in class:llvm::iplist
599
void unique() { unique(
op_equal
); }
Completed in 4358 milliseconds