HomeSort by: relevance | last modified time | path
    Searched defs:sexpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccc/
sexpr.c 1 /* $NetBSD: sexpr.c,v 1.7 2025/01/26 16:25:44 christos Exp $ */
41 #include <isccc/sexpr.h>
51 isccc_sexpr_t *sexpr; local
53 sexpr = malloc(sizeof(*sexpr));
54 if (sexpr == NULL) {
57 sexpr->type = ISCCC_SEXPRTYPE_DOTTEDPAIR;
58 CAR(sexpr) = car;
59 CDR(sexpr) = cdr;
61 return sexpr;
71 isccc_sexpr_t *sexpr; local
89 isccc_sexpr_t *sexpr; local
123 isccc_sexpr_t *sexpr; local
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 60 // Various helper functions on til::SExpr
63 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) {
67 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) {
79 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) {
89 inline std::string toString(const til::SExpr *E) {
273 const til::SExpr* CapExpr;
279 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {
281 const til::SExpr* sexpr() const { return CapExpr; } function in class:clang::threadSafety::CapabilityExpr
    [all...]

Completed in 19 milliseconds