Home
last modified time | relevance | path

Searched refs:keyValue (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Daav.d40 KeyValue keyValue; member
41 alias keyValue this;
168 return cast(KeyValueTemplate!(K,V))current.keyValue; in AARange()
199 foreach(keyValue; aa.asRange)
213 foreach (keyValue; aa.asRange)
215 assert(keyValue.key <= key);
216 assert(keyValue.key == keyValue.value);
218 assert(!found[cast(size_t)keyValue.key - 1]);
219 found[cast(size_t)keyValue.key - 1] = true;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/
H A Dsplit-file.cpp114 for (auto &keyValue : partToBegin) { in handle() local
116 sys::path::append(partPath, output, keyValue.first); in handle()
126 Part &part = keyValue.second; in handle()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4403.txt577 value set and implies that the keyName keyValue pair in a
582 keyValue pair given by subsequent uddiAddressLine elements are to be
597 elements are to be adorned, each with an optional keyName keyValue
599 keyValue qualify the uddiAddressLine in order to describe its
605 keyValue. Both attributes must be present in each address line if a
608 Together with the address' uddiTModelKey, keyName and keyValue
613 keyName and keyValue attributes can be used without restrictions, for
624 keyValue attributes are optional, address line order is significant
634 The keyName, keyValue, and addressData of this attribute are
635 separated by "#" (e.g., "#"<keyName>"#"<keyValue>"#"<addressData>).
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d1222 foreach (keyValue; funcdecl.labtab.tab.asRange) in visit()
1225 LabelDsymbol label = cast(LabelDsymbol)keyValue.value; in visit()
H A Dob.d325 foreach (keyValue; labtab.tab.asRange) in setLabelStatementExtraFields()
328 auto label = cast(LabelDsymbol)keyValue.value; in setLabelStatementExtraFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp183 llvm::Value *keyValue = EmitScalarExpr(Key); in EmitObjCCollectionLiteral() local
184 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
193 NeededObjects.push_back(keyValue); in EmitObjCCollectionLiteral()