| /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| CoverageFilters.h | 85 enum Operation { LessThan, GreaterThan }; 88 Operation Op; 91 StatisticThresholdFilter(Operation Op, T Threshold) 112 RegionCoverageFilter(Operation Op, double Threshold) 124 LineCoverageFilter(Operation Op, double Threshold)
|
| CoverageFilters.h | 85 enum Operation { LessThan, GreaterThan }; 88 Operation Op; 91 StatisticThresholdFilter(Operation Op, T Threshold) 112 RegionCoverageFilter(Operation Op, double Threshold) 124 LineCoverageFilter(Operation Op, double Threshold)
|
| /src/external/bsd/elftosb/dist/common/ |
| Operation.h | 2 * File: Operation.h 22 class Operation 25 Operation() {} 26 virtual ~Operation() {} 30 * \brief Load data into memory operation. 32 class LoadOperation : public Operation 35 LoadOperation() : Operation(), m_source(), m_target() {} 53 * \brief Operation to execute code at a certain address. 55 class ExecuteOperation : public Operation 65 ExecuteOperation() : Operation(), m_target(), m_argument(0), m_type(kCall), m_isHAB(false) { [all...] |
| Operation.h | 2 * File: Operation.h 22 class Operation 25 Operation() {} 26 virtual ~Operation() {} 30 * \brief Load data into memory operation. 32 class LoadOperation : public Operation 35 LoadOperation() : Operation(), m_source(), m_target() {} 53 * \brief Operation to execute code at a certain address. 55 class ExecuteOperation : public Operation 65 ExecuteOperation() : Operation(), m_target(), m_argument(0), m_type(kCall), m_isHAB(false) { [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFExpression.h | 29 /// This class represents an Operation in the Expression. Each operation can 32 /// An Operation can be in Error state (check with isError()). This 35 class Operation { 106 Operation> { 110 Operation Op; 119 class Operation &operator++() { 127 class Operation &operator*() {
|
| DWARFExpression.h | 29 /// This class represents an Operation in the Expression. Each operation can 32 /// An Operation can be in Error state (check with isError()). This 35 class Operation { 106 Operation> { 110 Operation Op; 119 class Operation &operator++() { 127 class Operation &operator*() {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCWinEH.h | 25 unsigned Operation; 28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {} 31 // Check whether two instructions refer to the same operation 34 Operation == I.Operation;
|
| MCWinEH.h | 25 unsigned Operation; 28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {} 31 // Check whether two instructions refer to the same operation 34 Operation == I.Operation;
|
| MCDwarf.h | 463 OpType Operation; 475 : Operation(Op), Label(L), Register(R), Offset(O), 481 : Operation(Op), Label(L), Register(R1), Register2(R2) { 586 OpType getOperation() const { return Operation; } 590 assert(Operation == OpDefCfa || Operation == OpOffset || 591 Operation == OpRestore || Operation == OpUndefined || 592 Operation == OpSameValue || Operation == OpDefCfaRegister | [all...] |
| MCDwarf.h | 463 OpType Operation; 475 : Operation(Op), Label(L), Register(R), Offset(O), 481 : Operation(Op), Label(L), Register(R1), Register2(R2) { 586 OpType getOperation() const { return Operation; } 590 assert(Operation == OpDefCfa || Operation == OpOffset || 591 Operation == OpRestore || Operation == OpUndefined || 592 Operation == OpSameValue || Operation == OpDefCfaRegister | [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| X86WinCOFFTargetStreamer.cpp | 47 enum Operation {
|
| X86WinCOFFTargetStreamer.cpp | 47 enum Operation {
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/ |
| llvm-libtool-darwin.cpp | 52 enum class Operation { None, Static }; 54 static cl::opt<Operation> LibraryOperation( 57 clEnumValN(Operation::Static, "static", 59 cl::init(Operation::None), cl::cat(LibtoolCategory)); 525 if (LibraryOperation == Operation::None) { 586 case Operation::None: 588 case Operation::Static:
|
| llvm-libtool-darwin.cpp | 52 enum class Operation { None, Static }; 54 static cl::opt<Operation> LibraryOperation( 57 clEnumValN(Operation::Static, "static", 59 cl::init(Operation::None), cl::cat(LibtoolCategory)); 525 if (LibraryOperation == Operation::None) { 586 case Operation::None: 588 case Operation::Static:
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-ar/ |
| llvm-ar.cpp | 79 USAGE: llvm-ar [options] [-]<operation>[modifiers] [relpos] [count] <archive> [files] 203 // Modifiers to follow operation to vary behavior 287 // Parse the command line options as presented and return the operation 289 // modifier/operation pairs have not been violated. 305 // Keep track of which operation was requested 306 ArchiveOperation Operation; 314 Operation = Delete; 318 Operation = Move; 322 Operation = Print; 326 Operation = QuickAppend [all...] |
| llvm-ar.cpp | 79 USAGE: llvm-ar [options] [-]<operation>[modifiers] [relpos] [count] <archive> [files] 203 // Modifiers to follow operation to vary behavior 287 // Parse the command line options as presented and return the operation 289 // modifier/operation pairs have not been violated. 305 // Keep track of which operation was requested 306 ArchiveOperation Operation; 314 Operation = Delete; 318 Operation = Move; 322 Operation = Print; 326 Operation = QuickAppend [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| TGParser.cpp | 916 /// Operation ::= XOperator ['<' Type '>'] '(' Args ')' 936 Lex.Lex(); // eat the operation 948 Lex.Lex(); // eat the operation 953 Lex.Lex(); // eat the operation 957 Lex.Lex(); // eat the operation 966 Lex.Lex(); // eat the operation 971 Lex.Lex(); // eat the operation 1065 Lex.Lex(); // eat the operation 1111 Lex.Lex(); // eat the operation 1381 Lex.Lex(); // eat the operation [all...] |
| TGParser.cpp | 916 /// Operation ::= XOperator ['<' Type '>'] '(' Args ')' 936 Lex.Lex(); // eat the operation 948 Lex.Lex(); // eat the operation 953 Lex.Lex(); // eat the operation 957 Lex.Lex(); // eat the operation 966 Lex.Lex(); // eat the operation 971 Lex.Lex(); // eat the operation 1065 Lex.Lex(); // eat the operation 1111 Lex.Lex(); // eat the operation 1381 Lex.Lex(); // eat the operation [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.cpp | 5256 const AtomicRMWInst::BinOp Operation = 5258 if (Operation < AtomicRMWInst::FIRST_BINOP || 5259 Operation > AtomicRMWInst::LAST_BINOP) 5282 I = new AtomicRMWInst(Operation, Ptr, Val, *Alignment, Ordering, SSID);
|
| BitcodeReader.cpp | 5256 const AtomicRMWInst::BinOp Operation = 5258 if (Operation < AtomicRMWInst::FIRST_BINOP || 5259 Operation > AtomicRMWInst::LAST_BINOP) 5282 I = new AtomicRMWInst(Operation, Ptr, Val, *Alignment, Ordering, SSID);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slap.h | 152 /* pseudo error code indicating abandoned operation */ 161 /* pseudo error code indicating async operation */ 377 typedef struct Operation Operation; 1340 Operation *op, 1979 slap_mask_t be_requires; /* pre-operation requirements */ 2203 typedef int (BI_op_func) LDAP_P(( Operation *op, SlapReply *rs )); 2218 LDAP_P(( Operation *op, Entry *e, int rw )); 2219 typedef int (BI_entry_get_rw) LDAP_P(( Operation *op, struct berval *ndn, 2221 typedef int (BI_operational) LDAP_P(( Operation *op, SlapReply *rs )) [all...] |
| slap.h | 152 /* pseudo error code indicating abandoned operation */ 161 /* pseudo error code indicating async operation */ 377 typedef struct Operation Operation; 1340 Operation *op, 1979 slap_mask_t be_requires; /* pre-operation requirements */ 2203 typedef int (BI_op_func) LDAP_P(( Operation *op, SlapReply *rs )); 2218 LDAP_P(( Operation *op, Entry *e, int rw )); 2219 typedef int (BI_entry_get_rw) LDAP_P(( Operation *op, struct berval *ndn, 2221 typedef int (BI_operational) LDAP_P(( Operation *op, SlapReply *rs )) [all...] |