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

/freebsd-10.1-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-10.1-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-10.1-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
/freebsd-10.1-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,
766 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, argument
812 rtmp = RSA_new_method(eng);
858 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, argument
864 res = hwcrhk_load_privkey(eng, key_id, ui_method, callback_data);
H A De_capi.c140 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
601 static EVP_PKEY *capi_get_pkey(ENGINE *eng, CAPI_KEY * key) argument
645 rkey = RSA_new_method(eng);
685 dkey = DSA_new_method(eng);
741 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, argument
747 ctx = ENGINE_get_ex_data(eng, capi_idx);
759 ret = capi_get_pkey(eng, key);
H A De_padlock.c210 ENGINE *eng = ENGINE_new(); local
212 if (!eng) {
216 if (!padlock_bind_helper(eng)) {
217 ENGINE_free(eng);
221 return eng;
/freebsd-10.1-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-10.1-release/crypto/openssl/ssl/
H A Dssl_lib.c1881 ENGINE *eng; local
1882 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
1883 if (!eng) {
1886 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
1888 if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng))
/freebsd-10.1-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 210 milliseconds