Searched defs:Other (Results 51 - 75 of 99) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DMachO.h87 uint64_t Other; member in struct:llvm::object::ExportEntry::NodeState
H A DStackMapParser.h36 bool operator==(const AccessorIterator &Other) { argument
40 bool operator!=(const AccessorIterator &Other) { return !(*this == Other); } argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h568 bool operator==(const document_iterator &Other) { argument
574 operator !=(const document_iterator &Other) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DRAIIObjectsForParser.h61 SuppressAccessChecks(SuppressAccessChecks &&Other) argument
66 void operator=(SuppressAccessChecks &&Other) = delete; member in class:clang::SuppressAccessChecks
/freebsd-11.0-release/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h65 BitstreamReader(BitstreamReader &&Other) { argument
69 BitstreamReader &operator=(BitstreamReader &&Other) { argument
125 void takeBlockInfo(BitstreamReader &&Other) { argument
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp314 instrprof_error InstrProfRecord::merge(InstrProfRecord &Other, argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp92 void moveTo(InstPartition &Other) { argument
H A DStructurizeCFG.cpp446 BasicBlock *Other = Term->getSuccessor(!i); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h149 TemplateArgument(const TemplateArgument &Other, QualType Type) { argument
H A DTypeLoc.h173 void initializeFullCopy(TypeLoc Other) { argument
181 void initializeFullCopy(TypeLoc Other, unsigned Size) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h297 Module *Other; member in struct:clang::Module::Conflict
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp244 InstrGroup Other; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFastDemangle.cpp43 Other, member in class:__anon4361::OperatorKind
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h173 LookupResult(TemporaryToken _, const LookupResult &Other) argument
380 void addAllDecls(const LookupResult &Other) { argument
[all...]
H A DOverload.h435 ImplicitConversionSequence(const ImplicitConversionSequence &Other) argument
450 operator=(const ImplicitConversionSequence &Other) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h396 AnyFunctionCall(const AnyFunctionCall &Other) : CallEvent(Other) {} argument
443 SimpleFunctionCall(const SimpleFunctionCall &Other) argument
480 BlockCall(const BlockCall &Other) : CallEvent(Other) {} argument
591 CXXInstanceCall(const CXXInstanceCall &Other) : AnyFunctionCall(Other) {} argument
624 CXXMemberCall(const CXXMemberCall &Other) : CXXInstanceCall(Other) {} argument
665 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) argument
717 CXXDestructorCall(const CXXDestructorCall &Other) argument
761 CXXConstructorCall(const CXXConstructorCall &Other) argument
806 CXXAllocatorCall(const CXXAllocatorCall &Other) argument
861 ObjCMethodCall(const ObjCMethodCall &Other) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h47 RCMemoryManager(RCMemoryManager &&Other) argument
52 RCMemoryManager operator=(RCMemoryManager &&Other) { argument
268 Alloc(Alloc &&Other) argument
273 operator =(Alloc &&Other) argument
308 ObjectAllocs(ObjectAllocs &&Other) argument
316 operator =(ObjectAllocs &&Other) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp125 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp524 enum { Other, ControlBlock, ASTBlock } State = Other; enumerator in enum:__anon4120
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h665 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { argument
676 void splice(iterator Where, MachineBasicBlock *Other, argument
H A DMachineValueType.h38 Other = 0, // This is a non-standard value enumerator in enum:llvm::MVT::SimpleValueType
H A DRegAllocPBQP.h91 AllowedRegVector(const AllowedRegVector &Other) argument
96 AllowedRegVector(AllowedRegVector &&Other) argument
99 AllowedRegVector& operator=(const AllowedRegVector &Other) { argument
106 operator =(AllowedRegVector &&Other) argument
203 NodeMetadata(const NodeMetadata &Other) argument
219 NodeMetadata(NodeMetadata &&Other) argument
230 operator =(const NodeMetadata &Other) argument
247 operator =(NodeMetadata &&Other) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp73 COFFSymbol *Other; member in class:__anon2629::COFFSymbol
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp1158 void ConsumedStateMap::intersect(const ConsumedStateMap &Other) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DMetadata.h1190 MDTupleTypedArrayWrapper( const MDTupleTypedArrayWrapper<U> &Other, typename std::enable_if<std::is_convertible<U *, T *>::value>::type * = nullptr) argument
1197 MDTupleTypedArrayWrapper( const MDTupleTypedArrayWrapper<U> &Other, typename std::enable_if<!std::is_convertible<U *, T *>::value>::type * = nullptr) argument

Completed in 2872 milliseconds

1234