Home
last modified time | relevance | path

Searched defs:IsOptional (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp214 bool IsOptional; global() member
1424 Init *IsOptional = Rec->getValueInit("IsOptional"); buildOperandClasses() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp441 addObjCProperty(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCPropertyRecord::AttributeKind Attributes,StringRef GetterName,StringRef SetterName,bool IsOptional,bool IsInstanceProperty,bool IsFromSystemHeader) addObjCProperty() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h714 bool IsOptional; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2113 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; visitMachineOperand() local