Home
last modified time | relevance | path

Searched defs:alwaysok (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Ddiagnose_if.cpp12 void alwaysok() _diagnose_if(T(), "oh no", "error") {} in alwaysok() function
75 void alwaysok() _diagnose_if(N == 0 && N != 0, "oh no", "error") {} in alwaysok() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h103 bool alwaysok; member
/external/protobuf/php/ext/google/protobuf/
Dupb.h4089 bool alwaysok; member
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4565 bool upb_handlerattr_setalwaysok(upb_handlerattr *attr, bool alwaysok) { in upb_handlerattr_setalwaysok()