Home
last modified time | relevance | path

Searched defs:Resource (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory-legacy-functions.cpp44 void nonOwningCall(int *Resource, size_t Size) {} in nonOwningCall()
45 void nonOwningCall(FILE *Resource) {} in nonOwningCall()
47 void consumesResource(gsl::owner<int *> Resource, size_t Size) {} in consumesResource()
48 void consumesResource(gsl::owner<FILE *> Resource) {} in consumesResource()
50 void testNonCasted(void *Resource) {} in testNonCasted()
52 void testNonCastedOwner(gsl::owner<void *> Resource) {} in testNonCastedOwner()
/llvm-project/clang/test/SemaCXX/
H A Doperator-arrow-temporary.cpp4 struct Resource { struct
/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp27 for (const std::pair<uint64_t, ResourceUsage> &Resource : in execute() local
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp395 ResourceState &Resource = *Resources[Index]; reserveResource() local
404 ResourceState &Resource = *Resources[Index]; releaseResource() local
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h439 for (const std::unique_ptr<ResourceState> &Resource : Resources) dump() local
/llvm-project/mlir/include/mlir/Interfaces/
H A DSideEffectInterfaces.h114 Resource(TypeID id) : id(id) {} in Resource() function
/llvm-project/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp669 auto Resource = ExitOnErr(Parser.parseSingleResource()); doRc() local
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp251 HandleTy Resource; global() member
[all...]