Home
last modified time | relevance | path

Searched defs:is (Results 1 – 25 of 212) sorted by path

123456789

/netbsd/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_parse.c172 int is[8]; in otp_parse_hex() local
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_rsp_verify.c304 ESS_ISSUER_SERIAL *is = cid->issuer_serial; in ts_find_cert() local
336 ESS_ISSUER_SERIAL *is = cid->issuer_serial; in ts_find_cert_v2() local
346 static int ts_issuer_serial_cmp(ESS_ISSUER_SERIAL *is, X509 *cert) in ts_issuer_serial_cmp()
/netbsd/crypto/external/bsd/openssl/dist/crypto/ess/
H A Dess_lib.c197 static int ess_issuer_serial_cmp(const ESS_ISSUER_SERIAL *is, const X509 *cert) in ess_issuer_serial_cmp()
225 const ESS_ISSUER_SERIAL *is; in find() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h92 bool is(tok::TokenKind K) const LLVM_READONLY { return Kind == K; } in is() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h97 bool is(tok::TokenKind K) const { return Kind == K; } in is() function
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h442 bool is(tok::TokenKind Kind) const { return Tok.is(Kind); } in is() function
443 bool is(TokenType TT) const { return getType() == TT; } in is() function
444 bool is(const IdentifierInfo *II) const { in is() function
447 bool is(tok::PPKeywordKind Kind) const { in is() function
451 bool is(BraceBlockKind BBK) const { return getBlockKind() == BBK; } in is() function
452 bool is(ParameterPackingKind PPK) const { return getPackingKind() == PPK; } in is() function
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1398 bool is(TokenKind K) const { return Kind == K; } in is() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1000 InvalidatedSymbols &is, in InvalidateRegionsWorker()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerSumType.h123 template <TagT N> bool is() const { return N == getTag(); } in is() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmMacro.h82 bool is(TokenKind K) const { return Kind == K; } in is() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h143 bool is(AsmToken::TokenKind K) const { return getTok().is(K); } in is() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h212 bool is(TokenKind K) const { return Kind == K; } in is() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DBitTracker.h209 bool is(unsigned T) const { in is() function
/netbsd/external/bsd/atf/dist/tools/
H A Datf-report.cpp584 converter(std::istream& is) : in converter()
H A Datffile.cpp68 tokenizer(std::istream& is, size_t curline) : in tokenizer()
89 detail::atf_atffile_reader::atf_atffile_reader(std::istream& is) : in atf_atffile_reader()
242 reader(std::istream& is, const tools::fs::directory& dir) : in reader()
333 std::ifstream is(filename.c_str()); in read_atffile() local
H A Datffile_test.cpp116 atffile_reader(std::istream& is) : in atffile_reader()
H A Dconfig_file.cpp58 tokenizer(std::istream& is, size_t curline) : in tokenizer()
80 config_reader(std::istream& is) : in config_reader()
108 std::ifstream is(config_path.c_str()); in merge_config_file() local
129 detail::atf_config_reader::atf_config_reader(std::istream& is) : in atf_config_reader()
H A Dconfig_file_test.cpp72 config_reader(std::istream& is) : in config_reader()
H A Dio_test.cpp59 systembuf_check_data(std::istream& is, std::size_t length) in systembuf_check_data()
102 std::istream is(&sb); in systembuf_test_read() local
122 std::ifstream is("test_write.txt"); in systembuf_test_write() local
H A Dmisc_helpers.cpp245 std::ifstream is("oldvalue"); in ATF_TEST_CASE_CLEANUP() local
H A Dparser.cpp227 tokenizer(std::istream& is, size_t curline) : in tokenizer()
303 impl::read_headers(std::istream& is, size_t curline) in read_headers()
H A Dparser_test.cpp136 tokenizer(std::istream& is, bool skipws) : in tokenizer()
156 tokenizer(std::istream& is, bool skipws) : in tokenizer()
179 tokenizer(std::istream& is, bool skipws) : in tokenizer()
200 tokenizer(std::istream& is, bool skipws) : in tokenizer()
734 header_reader(std::istream& is) : in header_reader()
H A Dreader.cpp92 tokenizer(std::istream& is, size_t curline) : in tokenizer()
141 impl::atf_tps_reader::atf_tps_reader(std::istream& is) : in atf_tps_reader()
H A Dreader_test.cpp106 tps_reader(std::istream& is) : in tps_reader()
H A Dtest-program.cpp91 tokenizer(std::istream& is, size_t curline) : in tokenizer()
120 metadata_reader(std::istream& is) : in metadata_reader()
410 detail::atf_tp_reader::atf_tp_reader(std::istream& is) : in atf_tp_reader()

123456789