Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckPlacementNew.cpp66 const Expr *Place = NE->getPlacementArg(0); in getExtentSizeOfPlace() local
276 const Expr *Place = NE->getPlacementArg(0); in checkPlaceIsAlignedProperly() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dmessage_layout.cc15 MessageLayout::Size MessageLayout::Place( in Place() function in upbc::MessageLayout
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua377 function mt:Place(x, flags) function
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc530 SizedSection &Place(SizedSection *section) { in Place() function in SizedSection
566 LoadedSection &Place(LoadedSection *section) { in Place() function in LoadedSection
681 LoadCommands &Place(SizedSection *section) { in Place() function in LoadCommands
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_test.cc260 Status Place(Graph* graph, DeviceSet* devices, Device* default_local_device, in Place() function in tensorflow::__anon24cf05320111::PlacerTest
304 Status Place(Graph* graph, DeviceSet* devices) { in Place() function in tensorflow::__anon24cf05320111::PlacerTest
308 Status Place(Graph* graph, bool allow_soft_placement, in Place() function in tensorflow::__anon24cf05320111::PlacerTest
314 Status Place(Graph* graph) { in Place() function in tensorflow::__anon24cf05320111::PlacerTest
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc2132 __ Place(&l0); in TEST() local
2133 __ Place(&l1); in TEST() local
2134 __ Place(&l2); in TEST() local
2135 __ Place(&l3); in TEST() local
2136 __ Place(&l4); in TEST() local
2137 __ Place(&l5); in TEST() local
2202 __ Place(&before); in TEST() local
2222 __ Place(&after); in TEST() local
2276 __ Place(&before); in TEST() local
2302 __ Place(&after); in TEST() local
[all …]
/external/flatbuffers/python/flatbuffers/
Dbuilder.py715 def Place(self, x, flags): member in Builder
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h321 static uint64_t PREL31(uint32_t Address, uint32_t Place) { in PREL31()
/external/llvm-project/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h337 static uint64_t PREL31(uint32_t Address, uint32_t Place) { in PREL31()
/external/llvm-project/lld/ELF/
DConfig.h56 enum class OrphanHandlingPolicy { Place, Warn, Error }; enumerator
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp221 BasicBlock *Place = nullptr; member
/external/python/cpython3/Lib/tkinter/
D__init__.py2413 class Place: class
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1968 class Place: class
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h460 void Place(RawLiteral* literal) { in Place() function