Searched refs:Def (Results 176 - 182 of 182) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5104 if (ObjCProtocolDecl *Def = PDecl->getDefinition())
5105 PDecl = Def;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3078 if (const ObjCProtocolDecl *Def = PD->getDefinition())
3079 PD = Def;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1929 bool hasVisibleMergedDefinition(NamedDecl *Def);
1930 bool hasMergedDefinitionInCurrentModule(NamedDecl *Def);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1936 /// Def If non-null, and the type refers to some kind of declaration
1939 bool isIncompleteType(NamedDecl **Def = nullptr) const;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1725 SDNodeInfo::SDNodeInfo(Record *R, const CodeGenHwModes &CGH) : Def(R) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2722 MachineInstr *Def = MRI->getVRegDef(VR);
2723 if (!Def)
2726 if (!TII->isLoadFromStackSlot(*Def, FI))
10993 MachineOperand Def(MI.getOperand(1));
10995 .add(Def) // Rn_wb
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4467 MachineInstr *Def = MRI->getVRegDef(VR);
4468 if (!Def)
4471 if (!TII->isLoadFromStackSlot(*Def, FI))
4474 unsigned Opcode = Def->getOpcode();
4477 Def->getOperand(1).isFI()) {
4478 FI = Def->getOperand(1).getIndex();
[all...]

Completed in 353 milliseconds

12345678