Searched refs:eng (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp148 const Stmt *s, ExprEngine &eng, bool wasInlined = false)
149 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng),
189 const ObjCMethodCall &msg, ExprEngine &eng,
192 Msg(msg), Eng(eng) { }
232 const CallEvent &call, ExprEngine &eng,
235 Call(call), Eng(eng) { }
277 ExprEngine &eng)
279 BoundEx(BoundEx), Eng(eng) {}
322 SVal loc, SVal val, const Stmt *s, ExprEngine &eng,
324 : Checkers(checkers), Loc(loc), Val(val), S(s), Eng(eng), P
147 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers, const Stmt *s, ExprEngine &eng, bool wasInlined = false) argument
188 CheckObjCMessageContext(bool isPreVisit, const CheckersTy &checkers, const ObjCMethodCall &msg, ExprEngine &eng, bool wasInlined) argument
231 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, const CallEvent &call, ExprEngine &eng, bool wasInlined) argument
274 CheckLocationContext(const CheckersTy &checkers, SVal loc, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &eng) argument
321 CheckBindContext(const CheckersTy &checkers, SVal loc, SVal val, const Stmt *s, ExprEngine &eng, const ProgramPoint &pp) argument
386 CheckBranchConditionContext(const CheckersTy &checkers, const Stmt *Cond, ExprEngine &eng) argument
430 CheckDeadSymbolsContext(const CheckersTy &checkers, SymbolReaper &sr, const Stmt *s, ExprEngine &eng, ProgramPoint::Kind K) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h88 ExprEngine &eng,
92 : Eng(eng),
87 CheckerContext(NodeBuilder &builder, ExprEngine &eng, ExplodedNode *pred, const ProgramPoint &loc, bool wasInlined = false) argument
H A DCoreEngine.h456 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng)
457 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {}
502 const Expr *condition, CoreEngine* eng)
503 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {}
455 IndirectGotoNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) argument
501 SwitchNodeBuilder(ExplodedNode *pred, const CFGBlock *src, const Expr *condition, CoreEngine* eng) argument
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_openssl.c124 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
387 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, argument
H A Deng_padlock.c200 ENGINE *eng = ENGINE_new(); local
202 if (!eng) {
206 if (!padlock_bind_helper(eng)) {
207 ENGINE_free(eng);
211 return eng;
/freebsd-9.3-release/crypto/openssl/engines/
H A De_chil.c139 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id,
142 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id,
767 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, argument
813 rtmp = RSA_new_method(eng);
861 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, argument
867 res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data);
H A De_capi.c118 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
578 static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY * key) argument
622 rkey = RSA_new_method(eng);
662 dkey = DSA_new_method(eng);
718 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, argument
724 ctx = ENGINE_get_ex_data(eng, capi_idx);
736 ret = capi_get_pkey(eng, key);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h483 GRBugReporter(BugReporterData& d, ExprEngine& eng) argument
484 : BugReporter(d, GRBugReporterKind), Eng(eng) {}
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c388 ENGINE *eng = ENGINE_new(); local
390 if (!eng) {
393 if (!bind_helper(eng)) {
394 ENGINE_free(eng);
398 return eng;
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_lib.c1620 ENGINE *eng; local
1621 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
1622 if (!eng) {
1625 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
1627 if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng))
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c1969 /* eng is 1 if Engineering, 0 if Scientific */
2003 decToString (const decNumber * dn, char *string, Flag eng) argument
2075 if (eng && (e != 0))
2104 } /* eng */

Completed in 124 milliseconds