Home
last modified time | relevance | path

Searched defs:InD (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/SemaCUDA/
Ddefault-ctor.cu9 struct InD { __device__ InD() = default; }; struct
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h115 RuntimeDefinition(const Decl *InD): D(InD), R(nullptr) {} in RuntimeDefinition()
116 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} in RuntimeDefinition()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h119 RuntimeDefinition(const Decl *InD): D(InD) {} in RuntimeDefinition()
120 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} in RuntimeDefinition()