Searched defs:computation (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | print-module-map.cpp | 29 int computation = value / 0; // Division by zero. in main() local
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 160 return computation.IgnoreExplicitVisibility; in hasExplicitVisibilityAlready() argument 241 if (computation.IgnoreAllVisibility) in getLVForType() argument 251 getLVForTemplateParameterList(const TemplateParameterList * Params,LVComputationKind computation) getLVForTemplateParameterList() argument 321 getLVForTemplateArgumentList(ArrayRef<TemplateArgument> Args,LVComputationKind computation) getLVForTemplateArgumentList() argument 369 getLVForTemplateArgumentList(const TemplateArgumentList & TArgs,LVComputationKind computation) getLVForTemplateArgumentList() argument 395 mergeTemplateLV(LinkageInfo & LV,const FunctionDecl * fn,const FunctionTemplateSpecializationInfo * specInfo,LVComputationKind computation) mergeTemplateLV() argument 420 hasDirectVisibilityAttribute(const NamedDecl * D,LVComputationKind computation) hasDirectVisibilityAttribute() argument 432 shouldConsiderTemplateVisibility(const ClassTemplateSpecializationDecl * spec,LVComputationKind computation) shouldConsiderTemplateVisibility() argument 468 mergeTemplateLV(LinkageInfo & LV,const ClassTemplateSpecializationDecl * spec,LVComputationKind computation) mergeTemplateLV() argument 501 shouldConsiderTemplateVisibility(const VarTemplateSpecializationDecl * spec,LVComputationKind computation) shouldConsiderTemplateVisibility() argument 525 mergeTemplateLV(LinkageInfo & LV,const VarTemplateSpecializationDecl * spec,LVComputationKind computation) mergeTemplateLV() argument 610 getLVForNamespaceScopeDecl(const NamedDecl * D,LVComputationKind computation,bool IgnoreVarTypeLinkage) getLVForNamespaceScopeDecl() argument 915 getLVForClassMember(const NamedDecl * D,LVComputationKind computation,bool IgnoreVarTypeLinkage) getLVForClassMember() argument 1310 getLVForClosure(const DeclContext * DC,Decl * ContextDecl,LVComputationKind computation) getLVForClosure() argument 1348 getLVForLocalDecl(const NamedDecl * D,LVComputationKind computation) getLVForLocalDecl() argument 1451 computeLVForDecl(const NamedDecl * D,LVComputationKind computation,bool IgnoreVarTypeLinkage) computeLVForDecl() argument 1569 getLVForDecl(const NamedDecl * D,LVComputationKind computation) getLVForDecl() argument [all...] |
H A D | APValue.cpp | 1117 getLVForValue(const APValue & V,LVComputationKind computation) getLVForValue() argument
|