/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | ttp43.C | 4 struct Add { struct 5 Add(const E1<T>& e1, const E2<T>& e2) {} in Add() argument
|
H A D | ttp44.C | 6 Add(const E1<T>& e1, const E2<T>& e2) {} in Add() function
|
H A D | crash39.C | 12 template<class Base> void Add() { in Add() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | partial1.C | 14 template <class A, class B> struct Add struct
|
H A D | subst1.C | 16 void Add(const INITIALIZER &initializer) { in Add() function
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | NativeWatchpointList.cpp | 16 Status NativeWatchpointList::Add(addr_t addr, size_t size, uint32_t watch_flags, in Add() function in NativeWatchpointList
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_ignoreset.cpp | 22 void IgnoreSet::Add(StackID stack_id) { in Add() function in __tsan::IgnoreSet
|
/openbsd-src/gnu/llvm/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | CXXFieldCollector.h | 55 void Add(FieldDecl *D) { in Add() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 193 bool ARCOptAddrMode::noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, in noUseOfAddBeforeLoadOrStore() 231 for (auto &Add : MRI->use_nodbg_instructions(B)) { in tryToCombine() local 276 ARCOptAddrMode::canJoinInstructions(MachineInstr *Ldst, MachineInstr *Add, in canJoinInstructions()
|
H A D | ARCMCInstLower.cpp | 72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
/openbsd-src/gnu/llvm/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 99 Value *Add = builder.CreateAdd(One, ArgX); in main() local
|
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
H A D | DataVisualization.cpp | 92 void DataVisualization::Categories::Add(ConstString category) { in Add() function in DataVisualization::Categories 175 void DataVisualization::NamedSummaryFormats::Add( in Add() function in DataVisualization::NamedSummaryFormats
|
/openbsd-src/gnu/llvm/lld/MachO/Arch/ |
H A D | ARM64.cpp | 184 struct Add { struct 185 uint8_t destRegister; 186 uint8_t srcRegister; 187 uint32_t addend;
|
/openbsd-src/gnu/llvm/llvm/examples/HowToUseLLJIT/ |
H A D | HowToUseLLJIT.cpp | 69 Value *Add = builder.CreateAdd(One, ArgX); in createDemoModule() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 74 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in isInteresting() local 348 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in findAddRecForLoop() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 169 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 33 void Add(AllocatorStat i, uptr v) { in Add() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 378 Instruction *Add = dyn_cast<Instruction>(Inst); in getVarAndConst() local 774 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingGatScat() local 823 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingWBGatScat() local 1173 Value *Add = Builder.CreateAdd(Builder.CreateMul(X, XScale), in CheckAndCreateOffsetAdd() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Registry.h | 121 Add(StringRef Name, StringRef Desc) in Add() function
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 85 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 119 void Add(const BitCodeAbbrevOp &OpInfo) { in Add() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchRegisterInfo.cpp | 151 unsigned Add = IsLA64 ? LoongArch::ADD_D : LoongArch::ADD_W; in eliminateFrameIndex() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 106 void Add(MachinePassRegistryNode<PassCtorTy> *Node) { in Add() function
|