Searched refs:Context (Results 276 - 300 of 511) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dtransition.cpp444 uint32 ClientSession::getOutputSize(const Context &context, KeyHandle key,
461 void ClientSession::generateRandom(const Security::Context &context, CssmData &data, Allocator &alloc)
473 void ClientSession::generateSignature(const Context &context, KeyHandle key,
484 void ClientSession::verifySignature(const Context &context, KeyHandle key,
493 void ClientSession::generateMac(const Context &context, KeyHandle key,
503 void ClientSession::verifyMac(const Context &context, KeyHandle key,
518 void ClientSession::encrypt(const Context &context, KeyHandle key,
527 void ClientSession::decrypt(const Context &context, KeyHandle key,
541 void ClientSession::generateKey(DbHandle db, const Context &context, uint32 keyUsage, uint32 keyAttr,
559 void ClientSession::generateKey(DbHandle db, const Context
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAsmWriter.cpp650 const Module *Context);
725 const Module *Context) {
855 Context);
858 Context);
870 Context);
876 Context);
898 Context);
904 Machine, Context);
922 Context);
930 Context);
722 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
1002 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1029 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1135 WriteAsOperand(raw_ostream &Out, const Value *V, bool PrintType, const Module *Context) argument
[all...]
H A DDebugInfo.cpp768 /// isSubprogramContext - Return true if Context is either a subprogram
770 bool llvm::isSubprogramContext(const MDNode *Context) { argument
771 if (!Context)
773 DIDescriptor D(Context);
777 return isSubprogramContext(DIType(Context).getContext());
899 DIScope Context = LB.getContext(); local
900 if (Context.isLexicalBlock())
901 return processLexicalBlock(DILexicalBlock(Context));
902 else if (Context.isLexicalBlockFile()) {
903 DILexicalBlockFile DBF = DILexicalBlockFile(Context);
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryBuiltins.cpp378 LLVMContext &Context,
381 IntegerType *IntTy = TD->getIntPtrType(Context);
564 LLVMContext &Context)
565 : TD(TD), TLI(TLI), Context(Context), Builder(Context, TargetFolder(TD)) {
566 IntTy = TD->getIntPtrType(Context);
590 ObjectSizeOffsetVisitor Visitor(TD, TLI, Context);
593 return std::make_pair(ConstantInt::get(Context, Const.first),
594 ConstantInt::get(Context, Cons
376 ObjectSizeOffsetVisitor(const TargetData *TD, const TargetLibraryInfo *TLI, LLVMContext &Context, bool RoundToAlign) argument
562 ObjectSizeOffsetEvaluator(const TargetData *TD, const TargetLibraryInfo *TLI, LLVMContext &Context) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DDocument.pm381 C<Template::Document> object, passing a reference to a L<Template::Context>
384 L<visit()|Template::Context#visit()>) so that they may be subsequently
388 the context L<leave()|Template::Context#leave()> method to permit cleanup and
440 L<Template::Context> object should be passed as the first parameter. The
442 L<visit()|Template::Context#visit()> method, processes its own template,
444 L<leave()|Template::Context#leave()> in the context to allow cleanup.
H A DPlugin.pm56 # Object constructor which is called by the Template::Context to
207 L<Template::Context> object loading the plugin is also passed. The
223 L<load()>. A reference to the L<Template::Context> object creating the plugin
267 The L<Template::Context> object that handles the loading and use of plugins
359 L<Template>, L<Template::Plugins>, L<Template::Context>
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DderiveKey.cpp47 const Context &context,
142 const Context &context,
298 const Context &context,
H A DDH_utils.cpp36 * Given a Context:
43 const Context &context,
H A Dcryptkitcsp.cpp77 const Context &context)
/macosx-10.10.1/llvmCore-3425.0.34/examples/BrainF/
H A DBrainF.cpp41 LLVMContext& Context) {
46 header(Context);
47 readloop(0, 0, 0, Context);
40 parse(std::istream *in1, int mem, CompileFlags cf, LLVMContext& Context) argument
/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DInstructionsTest.cpp233 LLVMContext &Context = getGlobalContext(); local
234 IRBuilder<> Builder(Context);
235 MDBuilder MDHelper(Context);
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DContext.pm3 # Template::Stash::Context
68 package Template::Stash::Context;
677 Template::Stash::Context - Experimetal stash allowing list/scalar context definition
682 use Template::Stash::Context;
684 my $stash = Template::Stash::Context->new(\%vars);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcryptoclient.cpp28 : Context(csp, alg), mMode(CSSM_ALGMODE_NONE), mInitVector(NULL),
H A Dcryptoclient.h36 class Crypt : public Context {
41 // Context attributes
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqinterp.cpp53 bool named(const std::string &name, const Requirement::Context &ctx)
55 bool namedAnchor(const std::string &name, const Requirement::Context &ctx)
59 bool evalNamed(const char *type, const std::string &name, const Requirement::Context &ctx);
537 bool Fragments::evalNamed(const char *type, const std::string &name, const Requirement::Context &ctx)
H A Dslcrep.cpp40 // (represented by Context), which will find the file in its usual
49 DYLDCacheRep::DYLDCacheRep(const Context *ctx)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dcryptoclient.cpp28 : Context(csp, alg), mMode(CSSM_ALGMODE_NONE), mInitVector(NULL),
H A Dcryptoclient.h36 class Crypt : public Context {
41 // Context attributes
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqinterp.cpp53 bool named(const std::string &name, const Requirement::Context &ctx)
55 bool namedAnchor(const std::string &name, const Requirement::Context &ctx)
59 bool evalNamed(const char *type, const std::string &name, const Requirement::Context &ctx);
537 bool Fragments::evalNamed(const char *type, const std::string &name, const Requirement::Context &ctx)
H A Dslcrep.cpp40 // (represented by Context), which will find the file in its usual
49 DYLDCacheRep::DYLDCacheRep(const Context *ctx)
/macosx-10.10.1/Security-57031.1.35/SecurityTests/xdr_rpc/
H A Dsecurityd_data_saver.h158 void writeContext(Security::Context *context, intptr_t attraddr,
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAPIObject.h104 Context, member in class:API::Object::Type
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DLinker.h76 LLVMContext &C, ///< Context for global info
294 LLVMContext& Context; ///< The context for global information member in class:llvm::Linker
/macosx-10.10.1/llvmCore-3425.0.34/lib/Archive/
H A DArchiveReader.cpp351 Module *M = ParseBitcodeFile(Buffer, Context, ErrMessage);
491 Module *m = getLazyBitcodeModule(Buffer, Context, ErrMsg);
538 GetBitcodeSymbols(At, mbr->getSize(), FullMemberName, Context,
623 Module *M = ParseBitcodeFile(Buffer, Context);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCMachOStreamer.cpp38 MCMachOStreamer(MCContext &Context, MCAsmBackend &MAB, argument
40 : MCObjectStreamer(Context, MAB, OS, Emitter) {}
463 MCStreamer *llvm::createMachOStreamer(MCContext &Context, MCAsmBackend &MAB, argument
466 MCMachOStreamer *S = new MCMachOStreamer(Context, MAB, OS, CE);

Completed in 414 milliseconds

<<11121314151617181920>>