Home
last modified time | relevance | path

Searched defs:UL (Results 1 – 14 of 14) sorted by relevance

/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp265 ScopedLock UL(BacktraceMutex); in allocate() local
363 ScopedLock UL(BacktraceMutex); in deallocate() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-implicits.c41 void numericConversion3(float F, unsigned long UL) { numericConversion3(UL, F); } in numericConversion3()
/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtag-types.cpp32 unsigned long UL; member
/llvm-project/clang/test/CodeGen/
H A Dxcore-stringtype.c31 signed int SI, long L, unsigned long UL, signed long SL, in builtinType()
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-ns-macros.m283 };
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp125 operator <<(raw_ostream & OS,const UnwindLocation & UL) operator <<() argument
/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp710 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater() argument
H A DScalarEvolution.cpp11245 auto UL = getUnsignedRange(LHS); isKnownPredicateViaConstantRanges() local
11259 auto UL = getUnsignedRange(LHS); isKnownPredicateViaConstantRanges() local
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3172 Create(ASTContext & C,DeclContext * DC,SourceLocation UL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,bool HasTypename) Create() argument
3194 Create(ASTContext & C,DeclContext * DC,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) Create() argument
H A DOpenMPClause.cpp566 assert(UL.size() == varlist_size() && in setUpdates() argument
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3523 UsingDecl(DeclContext * DC,SourceLocation UL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,bool HasTypenameKeyword) UsingDecl() argument
3721 UsingEnumDecl(DeclContext * DC,DeclarationName DN,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) UsingEnumDecl() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2217 PathDiagnosticLocation UL = getUniqueingLocation(); Profile() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10475 SDValue UL = DAG.getNode(ISD::AND, dl, VT, U, Mask); forceExpandWideMUL() local