/external/clang/test/SemaObjC/ |
D | method-encoding-2.m | 5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2; 6 - (id) another:(void *)location with:(unsigned **)arg2; 10 … out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; } 11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
|
D | duplicate-ivar-check.m | 6 unsigned : 0; field 14 unsigned : 0; field
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-encoding-2.m | 5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2; 6 - (id) another:(void *)location with:(unsigned **)arg2; 10 … out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; } 11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
|
D | duplicate-ivar-check.m | 6 unsigned : 0; field 14 unsigned : 0; field
|
/external/antlr/runtime/ObjC/Framework/ |
D | DebugEventSocketProxy.m | 374 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text argument 387 - (void) createNilNode:(unsigned)hash argument 392 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type argument 401 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex argument 406 - (void) becomeRoot:(unsigned)newRootHash old:(unsigned)oldRootHash argument 411 - (void) addChild:(unsigned)childHash toTree:(unsigned)treeHash argument 416 - (void) setTokenBoundariesForTree:(unsigned)nodeHash From:(NSInteger)tokenStartIndex To:(NSInteger… argument 417 {
|
/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument 24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument 24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 233 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 293 SmallSet<unsigned, 32>& RegDefs, in insertCallDefsUses() 322 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses() 346 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 230 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 290 SmallSet<unsigned, 32>& RegDefs, in insertCallDefsUses() 319 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses() 343 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 230 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 290 SmallSet<unsigned, 32>& RegDefs, in insertCallDefsUses() 319 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses() 343 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
|
/external/llvm-project/mlir/lib/IR/ |
D | Dialect.cpp | 58 LogicalResult Dialect::verifyRegionArgAttribute(Operation *, unsigned, unsigned, in verifyRegionArgAttribute() argument 67 LogicalResult Dialect::verifyRegionResultAttribute(Operation *, unsigned, in verifyRegionResultAttribute() argument
|
/external/clang/test/CodeGenObjC/ |
D | parameterized_classes.m | 26 - (void)getObjects:(T __strong *)objects length:(unsigned*)length; argument 27 - (T)objectAtIndexedSubscript:(unsigned)index; argument 28 - (void)setObject:(T)object atIndexedSubscript:(unsigned)index; argument
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 179 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 226 SmallSet<unsigned, 32> &RegDefs, in insertDefsUses() 255 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 179 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 226 SmallSet<unsigned, 32> &RegDefs, in insertDefsUses() 255 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 181 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 228 SmallSet<unsigned, 32> &RegDefs, in insertDefsUses() 257 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2ITBlockPass.cpp | 62 SmallSet<unsigned, 4> &Defs, in TrackDefUses() 101 static void ClearKillFlags(MachineInstr *MI, SmallSet<unsigned, 4> &Uses) { in ClearKillFlags() 126 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | parameterized_classes.m | 26 - (void)getObjects:(T __strong *)objects length:(unsigned*)length; argument 27 - (T)objectAtIndexedSubscript:(unsigned)index; argument 28 - (void)setObject:(T)object atIndexedSubscript:(unsigned)index; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 164 bool R600VectorRegMerger::tryMergeVector(const RegSeqInfo *Untouched, in tryMergeVector() 188 const std::vector<std::pair<unsigned, unsigned>> &RemapChan, in getReassignedChan() 199 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in RebuildVector() argument 265 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in SwizzleInput() argument 293 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingCommonSlot() 313 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingFreeSlot()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 168 bool R600VectorRegMerger::tryMergeVector(const RegSeqInfo *Untouched, in tryMergeVector() 192 const std::vector<std::pair<unsigned, unsigned>> &RemapChan, in getReassignedChan() 203 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in RebuildVector() argument 269 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in SwizzleInput() argument 297 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingCommonSlot() 317 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingFreeSlot()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 146 bool R600VectorRegMerger::tryMergeVector(const RegSeqInfo *Untouched, in tryMergeVector() 170 const std::vector<std::pair<unsigned, unsigned> > &RemapChan, in getReassignedChan() 181 const std::vector<std::pair<unsigned, unsigned> > &RemapChan) const { in RebuildVector() 249 const std::vector<std::pair<unsigned, unsigned> > &RemapChan) const { in SwizzleInput() 277 std::vector<std::pair<unsigned, unsigned> > &RemapChan) { in tryMergeUsingCommonSlot() 297 std::vector<std::pair<unsigned, unsigned> > &RemapChan) { in tryMergeUsingFreeSlot()
|
/external/clang/tools/libclang/ |
D | BuildSystem.cpp | 70 clang_VirtualFileOverlay_writeToBuffer(CXVirtualFileOverlay VFO, unsigned, in clang_VirtualFileOverlay_writeToBuffer() argument 101 CXModuleMapDescriptor clang_ModuleMapDescriptor_create(unsigned) { in clang_ModuleMapDescriptor_create() argument 126 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor MMD, unsigned, in clang_ModuleMapDescriptor_writeToBuffer() argument
|
/external/llvm-project/clang/tools/libclang/ |
D | BuildSystem.cpp | 70 clang_VirtualFileOverlay_writeToBuffer(CXVirtualFileOverlay VFO, unsigned, in clang_VirtualFileOverlay_writeToBuffer() argument 101 CXModuleMapDescriptor clang_ModuleMapDescriptor_create(unsigned) { in clang_ModuleMapDescriptor_create() argument 126 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor MMD, unsigned, in clang_ModuleMapDescriptor_writeToBuffer() argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | operand.cpp | 504 out = [](unsigned) { return true; }; in spvOperandCanBeForwardDeclaredFunction() argument 521 out = [](unsigned) { return true; }; in spvOperandCanBeForwardDeclaredFunction() argument 562 out = [](unsigned) { return false; }; in spvOperandCanBeForwardDeclaredFunction() argument 583 out = [](unsigned) { return false; }; in spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument 595 out = [](unsigned) { return false; }; in spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | operand.cpp | 504 out = [](unsigned) { return true; }; in spvOperandCanBeForwardDeclaredFunction() argument 521 out = [](unsigned) { return true; }; in spvOperandCanBeForwardDeclaredFunction() argument 562 out = [](unsigned) { return false; }; in spvOperandCanBeForwardDeclaredFunction() argument 583 out = [](unsigned) { return false; }; in spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument 595 out = [](unsigned) { return false; }; in spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | operand.cpp | 515 out = [](unsigned) { return true; }; in spvOperandCanBeForwardDeclaredFunction() argument 532 out = [](unsigned) { return true; }; in spvOperandCanBeForwardDeclaredFunction() argument 573 out = [](unsigned) { return false; }; in spvOperandCanBeForwardDeclaredFunction() argument 594 out = [](unsigned) { return false; }; in spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument 606 out = [](unsigned) { return false; }; in spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument
|