Home
last modified time | relevance | path

Searched defs:O2 (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmcore-opc.h25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmcore-opc.h25 O0, OT, O1, OC, O2, X1, OI, OB, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp780 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent()
1467 const Value *O2 = getUnderlyingObject(V2, MaxLookupSearchDepth); in aliasCheck() local
1602 AAQueryInfo &AAQI, const Value *O1, const Value *O2) { in aliasCheckRecursive()
H A DValueTracking.cpp2720 auto *O2 = dyn_cast<Operator>(V2); in isKnownNonEqual() local
/netbsd-src/libexec/getty/
H A Dgettytab.h136 #define O2 gettynums[24].value macro
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dinit_c99.c669 typedef enum O2 { in init_nested_struct() enum
671 } O2; in init_nested_struct() typedef
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.y63 #define O2(v) rl78_op (v, 2, RL78REL_DATA) macro
H A Drx-parse.y76 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536) macro
H A Drl78-parse.c121 #define O2(v) rl78_op (v, 2, RL78REL_DATA) macro
H A Drx-parse.c134 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536) macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.y63 #define O2(v) rl78_op (v, 2, RL78REL_DATA) macro
H A Drx-parse.y76 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536) macro
H A Drl78-parse.c121 #define O2(v) rl78_op (v, 2, RL78REL_DATA) macro
H A Drx-parse.c134 #define O2(v) rx_op (v, 2, RXREL_SIGNED); rx_range (v, -32768, 65536) macro
/netbsd-src/external/gpl3/gdb/dist/gdb/stubs/
H A Dsparc-stub.c111 O0, O1, O2, O3, O4, O5, SP, O7, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h215 static const OptimizationLevel O2; variable
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h130 #define O2 9 macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp1278 llvm::raw_string_ostream O2(S2); in EmitVTableTypeMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp326 const PassBuilder::OptimizationLevel PassBuilder::OptimizationLevel::O2 = { member in PassBuilder::OptimizationLevel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1653 const std::set<uint64_t> &O2) { in buildBitSetsFromDisjointSet()