Searched defs:Assertion (Results 1 – 4 of 4) sorted by relevance
10 class Assertion(entity.Entity): class
78 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
11 public class Assertion implements IAssertLifecycle { class
53 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc()