Searched defs:osi (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-object-size.c | 346 struct object_size_info osi; in compute_builtin_object_size() local 467 expr_object_size (struct object_size_info *osi, tree ptr, tree value) in expr_object_size() 508 merge_object_sizes (struct object_size_info *osi, tree dest, tree orig, in merge_object_sizes() 556 plus_expr_object_size (struct object_size_info *osi, tree var, tree value) in plus_expr_object_size() 645 collect_object_sizes_for (struct object_size_info *osi, tree var) in collect_object_sizes_for() 783 check_for_plus_in_loops_1 (struct object_size_info *osi, tree var, in check_for_plus_in_loops_1() 888 check_for_plus_in_loops (struct object_size_info *osi, tree var) in check_for_plus_in_loops()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 704 ConsumeWhitespace(llvm::StringRef::const_iterator osi, in ConsumeWhitespace() 721 ConsumeChar(llvm::StringRef::const_iterator osi, const char c, in ConsumeChar() 735 ParseRegisterName(llvm::StringRef::const_iterator osi, in ParseRegisterName() 776 ParseImmediate(llvm::StringRef::const_iterator osi, in ParseImmediate() 834 ParseIntelIndexedAccess(llvm::StringRef::const_iterator osi, in ParseIntelIndexedAccess() 917 ParseIntelDerefAccess(llvm::StringRef::const_iterator osi, in ParseIntelDerefAccess() 964 ParseARMOffsetAccess(llvm::StringRef::const_iterator osi, in ParseARMOffsetAccess() 1009 ParseARMDerefAccess(llvm::StringRef::const_iterator osi, in ParseARMDerefAccess() 1081 llvm::StringRef::const_iterator osi = operands_ref.begin(); in ParseOperands() local
|
/openbsd/lib/libcrypto/cms/ |
H A D | cms_ess.c | 258 CMS_SignerInfo *si, *osi = NULL; in cms_Receipt_verify() local
|