Home
last modified time | relevance | path

Searched defs:objects (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/libc/cmake/modules/
H A DLLVMLibCLibraryRules.cmake111 list(APPEND objects ${object}) variable
199 set(objects "") global() variable
245 set(objects "") global() variable
/llvm-project/clang/test/CodeGen/
H A D2007-04-05-PadBeforeZeroLengthField.c6 union A objects[]; member
8 void foo(union A * objects, struct B *array, unsigned long k) in foo()
/llvm-project/llvm/test/MC/WebAssembly/
H A Dtypechecking-else.s4 objects: label
/llvm-project/clang/test/CodeGenObjC/
H A Dobjc2-strong-cast-block-import.m5 Test ** __strong objects; field
/llvm-project/clang/test/OpenMP/
H A Dtarget_data_map_pointer_array_subscript_codegen.cpp33 MyObject *objects; variable
/llvm-project/clang/test/Analysis/
H A Dmalloc.m39 id * objects; field
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h265 addClauseSymsToMap(const tomp::ObjectListT<IdTy,ExprTy> & objects,const ClauseTy * node) addClauseSymsToMap() argument
286 auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(item.t); addClauseSymsToMap() local
601 tomp::ObjectListT<IdTy, ExprTy> objects; applyClause() local
663 auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(clause.t); applyClause() local
879 auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(clause.t); applyClause() local
1061 const auto &objects = std::get<tomp::ObjectListT<IdTy, ExprTy>>(clause.t); applyClause() local
[all...]
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DModuleToBinary.cpp85 SmallVector<Attribute> objects; moduleSerializer() local
/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h102 iterator_range<object_iterator> objects() const { in objects() function
H A DMachOUniversal.h143 iterator_range<object_iterator> objects() const { in objects() function
/llvm-project/llvm/tools/dsymutil/
H A DDebugMap.h99 iterator_range<const_iterator> objects() const { objects() function
/llvm-project/flang/lib/Lower/OpenMP/
H A DUtils.cpp60 genObjectList(const ObjectList & objects,lower::AbstractConverter & converter,llvm::SmallVectorImpl<mlir::Value> & operands) genObjectList() argument
113 gatherFuncAndVarSyms(const ObjectList & objects,mlir::omp::DeclareTargetCaptureClause clause,llvm::SmallVectorImpl<DeclareTargetCapturePair> & symbolAndClause) gatherFuncAndVarSyms() argument
H A DDataSharingProcessor.cpp135 collectOmpObjectListSymbol(const omp::ObjectList & objects,llvm::SetVector<const semantics::Symbol * > & symbolSet) collectOmpObjectListSymbol() argument
153 const ObjectList &objects = std::get<ObjectList>(lastPrivateClause->t); collectSymbolsForPrivatization() local
H A DClauseProcessor.cpp74 auto &objects = std::get<omp::ObjectList>(clause.t); in genAllocateClause() local
167 addUseDeviceClause(lower::AbstractConverter & converter,const omp::ObjectList & objects,llvm::SmallVectorImpl<mlir::Value> & operands,llvm::SmallVectorImpl<mlir::Type> & useDeviceTypes,llvm::SmallVectorImpl<mlir::Location> & useDeviceLocs,llvm::SmallVectorImpl<const semantics::Symbol * > & useDeviceSyms) addUseDeviceClause() argument
581 auto &objects = std::get<omp::ObjectList>(clause.t); addAlignedClause() local
821 auto &objects = std::get<omp::ObjectList>(modern.t); processDepend() local
[all...]
H A DOpenMP.cpp292 ObjectList objects{makeObjects(*objectList, semaCtx)}; getDeclareTargetInfo() local
1026 genFlushClauses(lower::AbstractConverter & converter,semantics::SemanticsContext & semaCtx,const ObjectList & objects,const List<Clause> & clauses,mlir::Location loc,llvm::SmallVectorImpl<mlir::Value> & operandRange) genFlushClauses() argument
1365 genFlushOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ObjectList & objects,const ConstructQueue & queue,ConstructQueue::iterator item) genFlushOp() argument
2258 ObjectList objects = genOMP() local
[all...]
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h527 const SymbolVector &objects() const { return objects_; } objects() function
529 add_objects(const SymbolVector & objects) add_objects() argument
539 MutableSymbolVector &objects() { return objects_; } objects() function
540 const MutableSymbolVector &objects() const { return objects_; } objects() function
/llvm-project/libclc/
H A DCMakeLists.txt283 set( objects ) # A "set" of already-added input files global() variable
/llvm-project/flang/lib/Parser/
H A Dparse-tree.cpp28 std::list<CommonBlockObject> &&objects, std::list<Block> &&others) { in CommonStmt() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DSelectObjectAttr.cpp66 ArrayRef<Attribute> objects = op.getObjectsAttr().getValue(); getSelectedObject() local
/llvm-project/llvm/docs/
H A DProgrammersManual.rst1082 Function templatePassing functions and other callable objects global() argument
1095 The ``function_ref`` class templatePassing functions and other callable objects global() argument
3321 polymorphismInteraction and relationship between ``User`` and ``Use`` objects global() argument
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp38 namespace objects { namespace
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp592 PythonTuple(std::initializer_list<PythonObject> objects) PythonTuple() argument
603 PythonTuple(std::initializer_list<PyObject * > objects) PythonTuple() argument
/llvm-project/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp674 const auto &objects{std::get<parser::AccObjectList>(list.t)}; Enter() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp237 ValueObjectSP objects = in ConvertToStructuredArray() local
/llvm-project/clang/docs/
H A DAutomaticReferenceCounting.rst955 .. _arc.ownership.restrictions.conversion.indirect:

12