Searched defs:resolve (Results 1 - 19 of 19) sorted by relevance

/seL4-l4v-10.1.1/HOL4/src/HolSat/
H A DminisatResolve.sml80 fun resolve v n0 rth0 rth1 = function
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DThm.sig127 val resolve : Literal.literal -> thm -> thm -> thm value
H A DClause.sig91 val resolve : clause * Literal.literal -> clause * Literal.literal -> clause value
H A DThm.sml167 fun resolve lit (th1 as Thm (cl1,_)) (th2 as Thm (cl2,_)) = function
H A DClause.sml278 fun resolve (cl1,lit1) (cl2,lit2) = function
[all...]
H A DActive.sml535 fun resolve (cl_lit,acc) = function
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DThm.sig127 val resolve : Literal.literal -> thm -> thm -> thm value
H A DClause.sig91 val resolve : clause * Literal.literal -> clause * Literal.literal -> clause value
H A DThm.sml167 fun resolve lit (th1 as Thm (cl1,_)) (th2 as Thm (cl2,_)) = function
H A DClause.sml278 fun resolve (cl1,lit1) (cl2,lit2) = function
[all...]
H A DActive.sml535 fun resolve (cl_lit,acc) = function
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/minisat/
H A DMain.C108 static void resolve(vec<Lit>& main, vec<Lit>& other, Var x) function
H A DProof.C118 void Proof::resolve(ClauseId next, Var x) function in class:Proof
126 void Proof::resolve(ClauseId next, Lit p) function in class:Proof
/seL4-l4v-10.1.1/HOL4/src/new-datatype/
H A DWitness.sml44 fun resolve q [] thm = [] function
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/zc2hs/
H A Dzc2hs.cpp110 static void resolve(vec<Lit>& main, vec<Lit>& other, Var x) function
/seL4-l4v-10.1.1/seL4/libsel4/tools/
H A Dbitfield_gen.py1220 def resolve(self, params, symtab): member in class:TaggedUnion
/seL4-l4v-10.1.1/seL4/manual/tools/libsel4_tools/
H A Dbitfield_gen.py1220 def resolve(self, params, symtab): member in class:TaggedUnion
/seL4-l4v-10.1.1/seL4/tools/
H A Dbitfield_gen.py1220 def resolve(self, params, symtab): member in class:TaggedUnion
/seL4-l4v-10.1.1/HOL4/src/1/
H A DTactic.sml71 fun resolve th th' = MP (MP (SPEC (concl th) F_IMP) th') th function

Completed in 111 milliseconds