Home
last modified time | relevance | path

Searched refs:Delegates (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPredicateExpander.cpp405 RecVec Delegates = Fn.getDeclaration()->getValueAsListOfDefs("Delegates"); in expandPrologue() local
411 for (const Record *Delegate : Delegates) { in expandPrologue()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td301 // - A list of subtarget hooks (Delegates) that are called from this function.
324 list<STIPredicateDecl> Delegates = delegates;
344 let Delegates = [IsZeroIdiomDecl] in
/freebsd-12.1/crypto/openssl/doc/man1/
H A DCA.pl.pod83 Delegates work to B<openssl pkcs12> command.
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCookBook.md446 // Delegates the default actions of the methods to a FakeFoo object.