Home
last modified time | relevance | path

Searched defs:Local (Results 101 – 125 of 320) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp117 auto Local = static_cast<size_t>(Inst.getOperand(0).getImm()); in getLocal() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dtest.go41 Local bool member
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h70 enum Binding { Global = 0, Weak = 1, Local = 2, Absolute = 3, NoneBinding }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Index/
DIndexSymbol.h93 Local = 1 << 7, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dzoneinfo.go84 var Local *Location = &localLoc var
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Index/
DIndexSymbol.h93 Local = 1 << 7, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Index/
DIndexSymbol.h93 Local = 1 << 7, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Index/
DIndexSymbol.h93 Local = 1 << 7, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp77 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp69 bool Local = MF.getFunction().hasLocalLinkage(); in runOnMachineFunction() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/
H A Dtest_precedence.rs315 fn visit_local(&mut self, local: &mut P<Local>) { in librustc_brackets()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp349 for (const DILocal &Local : Locals) { in print() local
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A Dlabel.rs28 Local, // stringifies to the empty string enumerator
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbase.py26 Local = 1 variable in MutableLocalSource
/aosp_15_r20/build/make/tools/aconfig/aflags/src/
H A Dmain.rs53 Local, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dshard.rs244 fn local(&self, i: usize) -> &page::Local { in local()
/aosp_15_r20/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp132 Local = findLocalPreprocessedEntitiesInRange(Range); in getPreprocessedEntitiesInRangeSlow() local
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h78 std::vector<Symbol> Local; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp392 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, LocalSym &Local) { in visitKnownRecord()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h367 enum DistType { Local, Exit, Backedge }; enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/
H A Dtest_precedence.rs324 fn visit_local(&mut self, local: &mut P<Local>) { in librustc_parenthesize()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h366 enum DistType { Local, Exit, Backedge }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/
Dtest_precedence.rs324 fn visit_local(&mut self, local: &mut P<Local>) { in librustc_parenthesize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h367 enum DistType { Local, Exit, Backedge }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp76 bool Local = MF.getFunction().hasLocalLinkage(); in runOnMachineFunction() local

12345678910>>...13